-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.16 KB
/
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
41
42
43
{
"name": "forest-d3",
"version": "0.4.0-beta",
"description": "A charting library",
"main": "index.js",
"scripts": {
"test": "grunt",
"start": "node ./node_modules/http-server/bin/http-server"
},
"repository": {
"type": "git",
"url": "https://github.com/robinfhu/forest-d3.git"
},
"author": "Robin Hu",
"license": "MIT",
"bugs": {
"url": "https://github.com/robinfhu/forest-d3/issues"
},
"homepage": "https://github.com/robinfhu/forest-d3",
"devDependencies": {
"bootstrap": "^3.3.4",
"coffeelint": "^1.10.1",
"d3": "^3.5.5",
"grunt": "^0.4.5",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jade": "^0.14.1",
"grunt-contrib-stylus": "^0.21.0",
"grunt-karma": "^0.11.0",
"http-server": "^0.8.0",
"jquery": "^2.1.4",
"karma": "^0.12.36",
"karma-coffee-preprocessor": "^0.2.1",
"karma-coverage": "^0.4.2",
"karma-firefox-launcher": "^0.1.6",
"karma-junit-reporter": "^0.2.2",
"karma-mocha": "^0.1.10",
"karma-sinon-chai": "^1.0.0",
"karma-spec-reporter": "0.0.19",
"mocha": "^2.2.5"
}
}