heavyai-charting/example/package.json
2016-04-11 15:48:38 -07:00

18 lines
392 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": {
"d3": "^3.5.14",
"jquery": "^2.2.0",
"lodash": "^4.3.0"
}
}