-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 915 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
{
"name": "Data-Driven-Timelines",
"version": "1.0.0",
"description": "Multiple timeline visualization tool",
"main": "index.js",
"scripts": {
"build:d3": "gulp build:d3",
"build:ddt": "gulp build:ddt"
},
"author": "Yosuke Hayashi",
"license": "MIT",
"devDependencies": {
"concat": "^1.0.3",
"d3": "^4.7.1",
"d3-array": "^1.1.1",
"d3-axis": "^1.0.5",
"d3-collection": "^1.0.3",
"d3-queue": "^3.0.5",
"d3-request": "^1.0.5",
"d3-scale": "^1.0.4",
"d3-selection": "^1.0.4",
"d3-shape": "^1.0.6",
"d3-time": "^1.0.6",
"d3-time-format": "^2.0.4",
"d3-timeline": "[email protected]:hysysk/d3-timeline.git",
"d3-zoom": "^1.1.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.2.2",
"gulp-rollup": "^2.14.0",
"gulp-uglify": "^3.0.0",
"rollup": "^0.41.4",
"rollup-plugin-node-resolve": "^2.0.0"
}
}