forked from novus/nvd3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.12 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
{
"name": "nvd3",
"version": "1.8.1-dev",
"description": "A reusable charting library written in d3.js",
"url": "https://github.com/novus/nvd3",
"main": "build/nv.d3.js",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/novus/nvd3"
},
"keywords": ["nvd3", "d3", "chart", "graph"],
"readmeFilename": "README.md",
"license": "Apache-2.0",
"peerDependencies": {
"d3": "^3.4.4"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "~0.2.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-cssmin": "~0.6.2",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.3.1",
"grunt-text-replace": "^0.4.0",
"grunt-karma": "^0.9.0",
"karma": "^0.12.23",
"karma-chrome-launcher": "^0.1.4",
"karma-coffee-preprocessor": "^0.2.1",
"karma-coverage": "^0.2.6",
"karma-firefox-launcher": "^0.1.4",
"karma-junit-reporter": "^0.2.2",
"karma-mocha": "^0.1.9",
"karma-sinon-chai": "^0.2.0",
"karma-spec-reporter": "0.0.13",
"mocha": "^1.21.4"
}
}