better-echarts-maps
Version:
Better echarts maps.
35 lines (34 loc) • 779 B
JSON
{
"name": "better-echarts-maps",
"version": "0.0.3",
"description": "Better echarts maps.",
"main": "./index.js",
"scripts": {
"start": "static -a 0.0.0.0 -p 8000",
"build": "webpack",
"clean": "rimraf ./dist",
"gh-pages": "gh-pages -d .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://www.github.com/xuqingkuang/better-echarts-maps"
},
"keywords": [
"geojson",
"echarts",
"maps",
"china",
"maps"
],
"author": "XQ Kuang <x@kxq.io>",
"license": "MIT",
"devDependencies": {
"gh-pages": "^0.12.0",
"json-loader": "^0.5.4",
"node-static": "^0.7.9",
"rimraf": "^2.5.4",
"source-map-loader": "^0.1.5",
"webpack": "^1.13.3"
}
}