mirror of
https://github.com/Viglino/ol-ext.git
synced 2026-01-25 17:36:21 +00:00
63 lines
1.3 KiB
JSON
63 lines
1.3 KiB
JSON
{
|
|
"name": "ol-ext",
|
|
"version": "2.0.3",
|
|
"description": "A set of cool extensions for OpenLayers (ol) in node modules structure",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"ajax": "0.0.4",
|
|
"gulp-jsdoc3": "^2.0.0",
|
|
"jquery": "^3.2.1",
|
|
"jspdf": "^1.3.5",
|
|
"ol": "^4.6.4"
|
|
},
|
|
"devDependencies": {
|
|
"gulp": "^3.9.1",
|
|
"gulp-autoprefixer": "^5.0.0",
|
|
"gulp-clean": "^0.4.0",
|
|
"gulp-concat": "^2.6.0",
|
|
"gulp-cssmin": "^0.2.0",
|
|
"gulp-header": "^1.8.8",
|
|
"gulp-minify": "^2.1.0",
|
|
"gulp-watch": "^5.0.0",
|
|
"minimist": "^1.2.0",
|
|
"plugin-error": "^1.0.1",
|
|
"through2": "^2.0.3"
|
|
},
|
|
"scripts": {
|
|
"test": "npm test npmtest.js",
|
|
"prepack": "gulp prepublish",
|
|
"postpack": "gulp postpublish"
|
|
},
|
|
"author": {
|
|
"name": "Jean-Marc Viglino",
|
|
"url": "https://github.com/Viglino"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Viglino/ol-ext/issues"
|
|
},
|
|
"homepage": "https://github.com/Viglino/ol-ext#,",
|
|
"keywords": [
|
|
"ol3",
|
|
"openlayers",
|
|
"popup",
|
|
"menu",
|
|
"symbol",
|
|
"renderer",
|
|
"filter",
|
|
"canvas",
|
|
"interaction",
|
|
"split",
|
|
"statistic",
|
|
"charts",
|
|
"pie",
|
|
"LayerSwitcher",
|
|
"toolbar",
|
|
"animation"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Viglino/ol-ext.git"
|
|
},
|
|
"license": "BSD-3-Clause"
|
|
}
|