-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 865 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
{
"name": "chart-specs",
"version": "0.0.1",
"description": "Matching esri chart spec to vega/vega-lite chart spec",
"main": "server.js",
"scripts": {
"test": "ava",
"build": "rollup -w -c rollup.config.js"
},
"author": "Ben Stoltz",
"license": "ISC",
"dependencies": {
"amcharts3": "github:amcharts/amcharts3",
"arcgis-cedar": "^0.4.2",
"canvas": "^1.4.0",
"datalib": "^1.7.1",
"express": "^4.14.0",
"lodash": "^4.13.1",
"socket.io": "^1.4.8",
"stampit": "^2.1.1",
"vega": "^2.6.0",
"vega-embed": "^2.2.0",
"vega-lite": "^1.1.0"
},
"devDependencies": {
"ava": "^0.15.2",
"babel-preset-es2015-rollup": "^1.1.1",
"rollup": "^0.34.1",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-json": "^2.0.1",
"rollup-plugin-uglify": "^1.0.1",
"rollup-watch": "^2.5.0"
}
}