Air-Quality-Web/package.json

31 lines
932 B
JSON
Raw Normal View History

2019-01-12 23:23:55 +00:00
{
"name": "air-quality-mapper",
"version": "0.1.0",
"description": "The web interface and JSON api for the ConnectedHumber Air Quality Monitoring Project.",
"main": "index.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sbrl/ConnectedHumber-Air-Quality-Interface.git"
},
"author": "Starbeamrainbowlabs",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/sbrl/ConnectedHumber-Air-Quality-Interface/issues"
},
"homepage": "https://github.com/sbrl/ConnectedHumber-Air-Quality-Interface#readme",
"dependencies": {
"leaflet": "^1.4.0",
"leaflet-fullscreen": "^1.0.2",
"leaflet-timedimension": "^1.1.0",
"leaflet-webgl-heatmap": "^0.2.7"
2019-01-13 13:15:11 +00:00
},
"devDependencies": {
"rollup": "^1.1.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0"
2019-01-12 23:23:55 +00:00
}
}