mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-14 05:13:00 +00:00
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"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",
|
|
"leaflet.markercluster": "^1.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/leaflet": "^1.2.14",
|
|
"@types/leaflet-fullscreen": "^1.0.4",
|
|
"postcss-import": "^12.0.1",
|
|
"postcss-url": "^8.0.0",
|
|
"rollup": "^1.1.0",
|
|
"rollup-plugin-commonjs": "^9.2.0",
|
|
"rollup-plugin-node-resolve": "^4.0.0",
|
|
"rollup-plugin-postcss": "^1.6.3"
|
|
}
|
|
}
|