heavyai-charting/example/package.json
2016-03-17 12:03:01 -07:00

20 lines
465 B
JSON

{
"name": "mapdc-example",
"version": "1.0.0",
"description": "Boilerplate code for mapd frontend functionality",
"main": "index.js",
"scripts": {
"build": "bash scripts/copy-libs.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@mapd/mapd-con": "^1.2.0",
"@mapd/mapd-mapbox-gl-js": "^0.1.1",
"d3": "^3.5.14",
"jquery": "^2.2.0",
"lodash": "^4.3.0"
}
}