-
Notifications
You must be signed in to change notification settings - Fork 85
/
package.json
41 lines (41 loc) · 984 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
41
{
"name": "d3.chart",
"version": "0.3.0",
"description": "A framework for creating reusable charts with D3.js",
"repository": {
"type": "git",
"url": "git://github.com/misoproject/d3.chart.git"
},
"keywords": [
"d3.js",
"visualization",
"svg"
],
"author": {
"name": "The Miso Project team",
"uri": "https://github.com/misoproject/d3.chart/blob/master/AUTHORS.txt"
},
"main": "d3.chart",
"scripts": {
"test": "grunt test"
},
"license": "MIT",
"devDependencies": {
"d3": "^3.5.12",
"grunt": "~0.4.0",
"grunt-browserify": "^4.0.1",
"grunt-cli": "~0.1.11",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-watch": "~0.3.1",
"grunt-jscs": "^1.8.0",
"grunt-mocha": "~0.4.6",
"grunt-webpack": "^1.0.11",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0"
},
"peerDependencies": {
"d3": "3.x.x"
}
}