-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
102 lines (102 loc) · 2.46 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "chart-tool",
"version": "1.4.2",
"buildVer": "0",
"description": "A responsive charting application",
"main": "gulpfile.js",
"dependencies": {
"@babel/runtime": "^7.0.0",
"brace-expansion": "^1.1.11",
"core-js": "^2.5.7",
"d3-array": "^1.2.1",
"d3-axis": "^1.0.8",
"d3-brush": "^1.0.4",
"d3-collection": "^1.0.4",
"d3-dispatch": "^1.0.3",
"d3-drag": "^1.2.1",
"d3-dsv": "^1.0.8",
"d3-format": "^1.3.0",
"d3-interpolate": "^1.2.0",
"d3-scale": "^2.1.0",
"d3-selection": "^1.3.0",
"d3-selection-multi": "^1.0.0",
"d3-shape": "^1.2.0",
"d3-time": "^1.0.8",
"d3-time-format": "^2.1.1",
"d3-voronoi": "^1.1.2",
"ismobilejs": "^0.4.1"
},
"engines": {
"node": "8.11.1"
},
"devDependencies": {
"autoprefixer": "^8.6.5",
"browser-sync": "^2.24.5",
"del": "^3.0.0",
"eslint": "^5.0.1",
"eslint-plugin-react": "^7.10.0",
"gulp": "^3.8.11",
"gulp-csso": "^3.0.1",
"gulp-file": "^0.4.0",
"gulp-json-editor": "^2.4.1",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^7.0.1",
"gulp-preprocess": "^3.0.0",
"gulp-rename": "^1.3.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.1",
"gulp-shell": "^0.6.5",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-util": "^3.0.8",
"rollup": "^0.62.0",
"rollup-plugin-buble": "^0.19.2",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-eslint": "^4.0.0",
"rollup-plugin-json": "^3.0.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-strip": "^1.1.1",
"rollup-plugin-uglify": "^4.0.0",
"run-sequence": "^2.2.1",
"yargs": "^12.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "cd meteor && meteor npm install"
},
"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]"
},
{
"author": "Murat Yükselir",
"email": "[email protected]"
}
],
"license": "MIT"
}