2019-01-12 23:23:55 +00:00
|
|
|
{
|
2019-03-12 13:24:11 +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": {
|
2019-04-06 20:37:50 +00:00
|
|
|
"chart.js": "^2.8.0",
|
2019-03-12 13:24:11 +00:00
|
|
|
"dom-create-element-query-selector": "github:hekigan/dom-create-element-query-selector",
|
2019-03-18 20:44:12 +00:00
|
|
|
"iso8601-js-period": "^0.2.1",
|
2019-03-12 13:24:11 +00:00
|
|
|
"leaflet": "^1.4.0",
|
|
|
|
"leaflet-fullscreen": "^1.0.2",
|
|
|
|
"leaflet-timedimension": "^1.1.0",
|
|
|
|
"leaflet.markercluster": "^1.4.1",
|
|
|
|
"moment": "^2.24.0",
|
|
|
|
"nanomodal": "^5.1.1",
|
|
|
|
"smartsettings": "^1.2.3",
|
|
|
|
"tabs": "^0.2.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-04-06 20:37:50 +00:00
|
|
|
"@types/chart.js": "^2.7.50",
|
2019-03-12 13:24:11 +00:00
|
|
|
"@types/leaflet": "^1.4.3",
|
|
|
|
"@types/leaflet-fullscreen": "^1.0.4",
|
|
|
|
"leaflet-heatmap": "^1.0.0",
|
2019-04-06 20:37:50 +00:00
|
|
|
"nightdocs": "^1.0.3",
|
2019-03-12 13:24:11 +00:00
|
|
|
"postcss-copy": "^7.1.0",
|
|
|
|
"postcss-import": "^12.0.1",
|
2019-04-06 20:37:50 +00:00
|
|
|
"rollup": "^1.9.0",
|
|
|
|
"rollup-plugin-commonjs": "^9.3.4",
|
|
|
|
"rollup-plugin-node-resolve": "^4.2.0",
|
2019-03-12 13:24:11 +00:00
|
|
|
"rollup-plugin-postcss": "^2.0.3",
|
2019-04-06 20:37:50 +00:00
|
|
|
"rollup-plugin-replace": "^2.1.1",
|
2019-03-12 13:24:11 +00:00
|
|
|
"rollup-plugin-terser": "^4.0.4"
|
|
|
|
},
|
|
|
|
"docpress": {
|
|
|
|
"github": "ConnectedHumber/Air-Quality-Web",
|
|
|
|
"markdown": {
|
|
|
|
"xhtmlOut": true
|
|
|
|
},
|
|
|
|
"css": [
|
|
|
|
"docs/theme.css"
|
|
|
|
]
|
|
|
|
}
|
2019-01-12 23:23:55 +00:00
|
|
|
}
|