forked from arkadiuszsz/d3-timeline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 902 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
{
"name": "d3-timeline-chart",
"version": "1.3.0",
"description": "",
"main": "dist/timeline-chart.js",
"scripts": {
"test": "karma start karma.conf.js --single-run"
},
"author": "Commodity Vectors",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/commodityvectors/d3-timeline.git"
},
"devDependencies": {
"babel-plugin-rename-umd-globals": "0.0.2",
"babel-plugin-transform-es2015-modules-umd": "^6.8.0",
"babel-preset-es2015": "^6.5.0",
"d3": "^3.5.16",
"d3-tip": "^0.6.7",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-webserver": "^0.9.1",
"jasmine-core": "^2.4.1",
"karma": "^0.13.21",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.7",
"karma-mocha-reporter": "^1.2.0"
}
}