UNPKG

sg-heatmap

Version:

Open-source all-in-one Swiss Army knife tool for creating Choropleth maps

69 lines (68 loc) 1.66 kB
{ "name": "sg-heatmap", "version": "3.4.2", "description": "Open-source all-in-one Swiss Army knife tool for creating Choropleth maps", "main": "dist/index.js", "module": "dist/es/index.js", "scripts": { "build": "rm -rf dist && mkdir -p dist && mkdir dist/es && BABEL_ENV=commonjs babel src --out-dir dist && babel src --out-dir dist/es", "extract": "BABEL_ENV=commonjs babel-node src/extract.js", "prepublish": "npm run test && npm run build", "test": "standard" }, "repository": { "type": "git", "url": "git+https://github.com/yongjun21/sg-heatmap.git" }, "keywords": [ "heatmap", "choropleth", "Singapore", "Google Maps", "Leaflet", "MapboxGL", "OpenLayers", "visualization", "mapping", "cartography" ], "author": "Yong Jun", "license": "MIT", "bugs": { "url": "https://github.com/yongjun21/sg-heatmap/issues" }, "homepage": "https://github.com/yongjun21/sg-heatmap#readme", "dependencies": { "@mapbox/polyline": "^0.2.0", "babel-runtime": "^6.11.6", "chroma-js": "^1.2.1", "lodash": "^4.15.0" }, "devDependencies": { "babel-cli": "^6.14.0", "babel-plugin-transform-runtime": "^6.15.0", "babel-preset-es2015": "^6.14.0", "babel-preset-stage-2": "^6.13.0", "html2json": "^1.0.2", "standard": "^8.0.0", "xml2js": "^0.4.17" }, "babel": { "presets": [ [ "es2015", { "modules": false } ], "stage-2" ], "env": { "commonjs": { "plugins": [ "babel-plugin-transform-es2015-modules-commonjs" ] } } } }