2019-01-12 23:23:55 +00:00
|
|
|
{
|
2019-03-12 13:24:11 +00:00
|
|
|
"name": "air-quality-mapper",
|
2019-06-13 21:13:02 +00:00
|
|
|
"version": "0.10.3",
|
2019-03-12 13:24:11 +00:00
|
|
|
"description": "The web interface and JSON api for the ConnectedHumber Air Quality Monitoring Project.",
|
2019-04-20 09:22:46 +00:00
|
|
|
"private": true,
|
2019-03-12 13:24:11 +00:00
|
|
|
"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-06-20 14:15:04 +00:00
|
|
|
"chroma-js": "^2.0.4",
|
2019-06-10 22:24:28 +00:00
|
|
|
"d3-delaunay": "^4.1.5",
|
2019-03-12 13:24:11 +00:00
|
|
|
"dom-create-element-query-selector": "github:hekigan/dom-create-element-query-selector",
|
2019-06-11 14:35:31 +00:00
|
|
|
"event-emitter-es6": "^1.1.5",
|
2019-03-18 20:44:12 +00:00
|
|
|
"iso8601-js-period": "^0.2.1",
|
2019-06-10 22:24:28 +00:00
|
|
|
"leaflet": "^1.5.1",
|
2019-03-12 13:24:11 +00:00
|
|
|
"leaflet-fullscreen": "^1.0.2",
|
|
|
|
"leaflet.markercluster": "^1.4.1",
|
|
|
|
"moment": "^2.24.0",
|
|
|
|
"nanomodal": "^5.1.1",
|
2019-06-20 14:15:04 +00:00
|
|
|
"shepherd.js": "^2.10.0",
|
2019-03-12 13:24:11 +00:00
|
|
|
"smartsettings": "^1.2.3",
|
2019-05-29 19:21:03 +00:00
|
|
|
"tabs": "^0.2.0",
|
|
|
|
"xml-writer": "^1.7.0"
|
2019-03-12 13:24:11 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-06-20 14:15:04 +00:00
|
|
|
"@types/chart.js": "^2.7.54",
|
2019-06-11 12:45:26 +00:00
|
|
|
"@types/chroma-js": "^1.4.1",
|
2019-06-10 22:24:28 +00:00
|
|
|
"@types/d3-delaunay": "^4.1.0",
|
2019-06-11 14:35:31 +00:00
|
|
|
"@types/event-emitter-es6": "^1.1.0",
|
2019-04-20 09:27:07 +00:00
|
|
|
"@types/leaflet": "^1.4.4",
|
2019-03-12 13:24:11 +00:00
|
|
|
"@types/leaflet-fullscreen": "^1.0.4",
|
2019-06-10 22:24:28 +00:00
|
|
|
"nightdocs": "^1.0.5",
|
2019-03-12 13:24:11 +00:00
|
|
|
"postcss-copy": "^7.1.0",
|
|
|
|
"postcss-import": "^12.0.1",
|
2019-06-20 14:15:04 +00:00
|
|
|
"rollup": "^1.15.6",
|
2019-06-10 22:24:28 +00:00
|
|
|
"rollup-plugin-commonjs": "^10.0.0",
|
2019-06-11 11:42:59 +00:00
|
|
|
"rollup-plugin-json": "^4.0.0",
|
2019-06-20 14:15:04 +00:00
|
|
|
"rollup-plugin-node-resolve": "^5.0.3",
|
2019-03-12 13:24:11 +00:00
|
|
|
"rollup-plugin-postcss": "^2.0.3",
|
2019-04-20 09:27:07 +00:00
|
|
|
"rollup-plugin-replace": "^2.2.0",
|
2019-06-10 22:24:28 +00:00
|
|
|
"rollup-plugin-terser": "^5.0.0"
|
2019-03-12 13:24:11 +00:00
|
|
|
},
|
|
|
|
"docpress": {
|
|
|
|
"github": "ConnectedHumber/Air-Quality-Web",
|
|
|
|
"markdown": {
|
|
|
|
"xhtmlOut": true
|
|
|
|
},
|
|
|
|
"css": [
|
|
|
|
"docs/theme.css"
|
|
|
|
]
|
|
|
|
}
|
2019-01-12 23:23:55 +00:00
|
|
|
}
|