UNPKG

adaguc-webmapjs

Version:

Interactive maps library, capable of parsing a OGC WMS getcapabilities and display geographical layers

66 lines (65 loc) 1.84 kB
{ "name": "adaguc-webmapjs", "version": "3.3.26", "description": "Interactive maps library, capable of parsing a OGC WMS getcapabilities and display geographical layers", "main": "./dist/adaguc-webmapjs.js", "scripts": { "clean": "rm -rf dist lib node_modules", "build": "webpack --display-modules", "babel": "babel src --out-dir lib" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/maartenplieger/adaguc-webmapjs.git" }, "keywords": [ "OGC", "WMS", "Geographical", "Maps", "Layers", "Visualization", "Canvas" ], "author": "Maarten Plieger", "license": "MIT", "bugs": { "url": "https://github.com/maartenplieger/adaguc-webmapjs/issues" }, "homepage": "https://github.com/maartenplieger/adaguc-webmapjs#readme", "peerDependencies": { "jquery-ui-dist": "^1.12.1", "proj4": "^2.5.0" }, "dependencies": { "jquery": "^3.5.1", "jshint": "^2.11.1", "moment": "^2.26.0" }, "devDependencies": { "@babel/cli": "^7.10.1", "@babel/core": "^7.10.2", "@babel/preset-env": "^7.10.2", "@babel/preset-stage-2": "^7.8.3", "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-eslint": "^10.1.0", "babel-loader": "^8.1.0", "babel-preset-env": "^1.7.0", "babel-preset-react": "^6.24.1", "babel-register": "^6.26.0", "eslint": "^5.16.0", "eslint-config-standard": "^12.0.0", "eslint-config-standard-react": "^7.0.2", "eslint-plugin-babel": "^5.3.0", "eslint-plugin-import": "^2.21.2", "eslint-plugin-json": "^1.4.0", "eslint-plugin-node": "^9.2.0", "eslint-plugin-promise": "^4.1.1", "eslint-plugin-react": "^7.20.0", "eslint-plugin-standard": "^4.0.1", "source-map": "^0.7.3", "webpack": "^4.43.0", "webpack-cli": "^3.3.12" } }