-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.44 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "mcharts",
"description": "Reusable charts and chart components in d3.js",
"version": "0.0.1",
"author": "Bob Monteverde <bob@montev.com> (http://montev.com/)",
"contributors": [
"Bob Monteverde <bob@montev.com> (http://montev.com/)"
],
"homepage": "http://www.montev.com",
"keywords": [
"dataviz",
"data",
"visualization",
"frontend",
"d3",
"javascript",
"es6",
"charts"
],
"dependencies": {
"d3": "3.5.x"
},
"devDependencies": {
"babel": "5.8.x",
"babel-core": "5.8.x",
"browser-sync": "2.8.x",
"del": "1.2.x",
"event-stream": "3.3.x",
"gulp": "3.9.x",
"gulp-add-src": "0.2.x",
"gulp-autoprefixer": "2.3.x",
"gulp-babel": "5.2.x",
"gulp-cache": "0.2.x",
"gulp-changed": "1.3.x",
"gulp-concat": "2.6.x",
"gulp-cssimport": "2.1.x",
"gulp-csso": "1.0.x",
"gulp-eslint": "^1.0.0",
"gulp-help": "1.6.x",
"gulp-html-replace": "1.5.x",
"gulp-if": "1.2.x",
"gulp-imagemin": "2.3.x",
"gulp-load-plugins": "0.9.x",
"gulp-minify-css": "1.2.x",
"gulp-minify-html": "1.0.x",
"gulp-notify": "2.2.x",
"gulp-plumber": "1.0.x",
"gulp-rename": "1.2.x",
"gulp-sass": "2.0.x",
"gulp-size": "1.2.x",
"gulp-sourcemaps": "1.5.x",
"gulp-uglify": "1.2.x",
"gulp-util": "3.0.x",
"gulp-wrap-js": "0.4.x",
"require-dir": "0.3.x",
"run-sequence": "1.1.x",
"systemjs-builder": "0.13.x"
}
}