UNPKG

@osh-branches/osh-js

Version:
51 lines (50 loc) 1.33 kB
{ "name": "osh-js", "version": "1.3.3", "description": "OSH javascript Toolkit", "main": "osh.js", "repository": { "type": "git", "url": "git+https://github.com/opensensorhub/osh-js.git" }, "keywords": [ "OSH", "Sensors", "Toolkit", "Javascript", "GIS", "Spatial", "OGC", "SensorML" ], "author": "OSH community", "license": "ISC", "bugs": { "url": "https://github.com/opensensorhub/osh-js/issues" }, "homepage": "https://github.com/opensensorhub/osh-js#readme", "scripts": { "dev": "webpack-dev-server --config webpack.config.js --mode development --watch", "prod": "webpack --config webpack.config.js --mode production" }, "devDependencies": { "@loaders.gl/core": "^2.3.7", "@loaders.gl/csv": "^2.3.7", "@loaders.gl/json": "^2.3.7", "@loaders.gl/kml": "^2.3.7", "@loaders.gl/shapefile": "^2.3.7", "@loaders.gl/wkt": "^2.3.7", "clean-webpack-plugin": "^3.0.0", "copy-webpack-plugin": "^5.1.1", "css-loader": "^3.4.2", "file-loader": "^5.1.0", "html-webpack-plugin": "^3.2.0", "style-loader": "^1.1.3", "webpack": "^4.42.0", "webpack-cli": "^3.3.11", "webpack-dev-server": "^3.10.3" }, "dependencies": { "file-saver": "^2.0.5" } }