forked from misoproject/d3.chart
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 765 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 765 Bytes
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
{
"name": "d3.chart",
"version": "0.2.1",
"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 Expat",
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-watch": "~0.3.1",
"grunt-mocha": "~0.4.6",
"grunt-cli": "~0.1.11"
}
}