forked from ferrous-frameworks/iron-tree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 938 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "iron-tree",
"version": "0.0.44",
"description": "",
"main": "dist/iron-tree.js",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/ferrous-frameworks/iron-tree.git"
},
"author": "Tyson Hester",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ferrous-frameworks/iron-tree/issues"
},
"homepage": "https://github.com/ferrous-frameworks/iron-tree#readme",
"devDependencies": {
"chai": "^3.5.0",
"findit": "^2.0.0",
"grunt": "^0.4.5",
"grunt-bump": "^0.3.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.1",
"grunt-mocha-test": "^0.12.7",
"grunt-replace": "^1.0.1",
"grunt-shell": "^1.1.2",
"mocha": "^2.2.5"
},
"dependencies": {
"async": "^1.4.0",
"lodash": "^3.10.0"
},
"engines": {
"node": ">=4.2.2",
"npm": ">=3.0.0"
}
}