UNPKG

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