forked from abcnews/d3-layout-narrative
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 819 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
{
"name": "d3-narrative-charts",
"version": "1.0.0",
"description": "",
"author": {
"name": "Simon Elvery",
"email": "[email protected]",
"url": "http://elvery.net"
},
"contributors": [
{
"name": "Corneliu Sugar",
"url": "https://github.com/upphiminn"
}
],
"main": "narrative.js",
"devDependencies": {
"chai": "^2.2.0",
"d3": "^3.5.5",
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-docco": "^0.3.3",
"grunt-smash": "^0.1.0",
"grunt-version": "~0.3.0",
"load-grunt-config": "~0.9.2",
"mocha": "^2.2.1",
"time-grunt": "~0.3.2"
},
"scripts": {
"start": "npm install && grunt"
},
"dependencies": {
"grunt-docco": "^0.4.0"
}
}