UNPKG

695 BJSONView Raw
1{
2 "name": "mako-tree",
3 "version": "0.3.0",
4 "description": "The build tree structure used internally by mako",
5 "repository": "makojs/tree",
6 "dependencies": {
7 "debug": "^2.2.0",
8 "file-extension": "^1.1.4",
9 "graph-toposort": "0.0.1",
10 "graph.js": "^1.20.1"
11 },
12 "devDependencies": {
13 "@dominicbarnes/eslint-config": "*",
14 "@dominicbarnes/eslint-config-node": "*",
15 "@dominicbarnes/eslint-config-test": "*",
16 "chai": "^3.2.0",
17 "chai-as-promised": "^5.1.0",
18 "eslint": "^1.3.1",
19 "eslint-plugin-require-path-exists": "^1.0.15",
20 "mocha": "^2.3.0"
21 },
22 "scripts": {
23 "lint": "eslint .",
24 "pretest": "npm run lint",
25 "test": "mocha"
26 }
27}