mirror of
https://github.com/heavyai/heavyai-charting.git
synced 2026-01-25 14:57:45 +00:00
20 lines
465 B
JSON
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"
|
|
}
|
|
}
|