forked from globeandmail/chart-tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.18 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
{
"name": "chart-tool",
"version": "1.1.0",
"buildVer": "0",
"description": "A responsive charting application",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.8.0",
"gulp": "^3.8.11",
"gulp-clean": "^0.3.1",
"gulp-json-editor": "^2.2.1",
"gulp-minify-css": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-sass": "^2.0.4",
"gulp-shell": "^0.4.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.6",
"jsdoc": "^3.3.2",
"json-loader": "^0.5.3",
"run-sequence": "^1.1.4",
"webpack": "^1.10.0",
"yargs": "^3.15.0"
},
"scripts": {
"test": ""
},
"keywords": [
"charts",
"d3",
"d3js",
"meteor",
"gulp",
"webpack",
"data visualization",
"chart",
"mongo"
],
"repository": {
"type": "git",
"url": "[email protected]:globeandmail/chart-tool.git"
},
"contributors": [{
"author": "Tom Cardoso",
"email": "[email protected]"
}, {
"author": "Jeremy Agius",
"email": "[email protected]"
}, {
"author": "Michael Pereira",
"email": "[email protected]"
}],
"license": "MIT"
}