forked from novus/nvd3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.3 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
44
45
46
47
48
49
50
51
52
{
"name": "nvd3",
"version": "1.8.6-dev",
"description": "A reusable charting library written in d3.js",
"url": "https://github.com/novus/nvd3",
"main": "build/nv.d3.js",
"scripts": {
"test": "grunt",
"build": "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": {
"autoprefixer": "^6.5.0",
"es6-promise": "^4.0.3",
"grunt": "^0.4.5",
"grunt-cli": "^1.2.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-cssmin": "~0.13.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.3.1",
"grunt-karma": "^0.9.0",
"grunt-postcss": "^0.8.0",
"grunt-text-replace": "^0.4.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",
"moment": "^2.18.1"
}
}