mirror of
https://github.com/Viglino/ol-ext.git
synced 2026-01-25 17:36:21 +00:00
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "ol3-ext",
|
|
"version": "1.0.0",
|
|
"description": "A set of cool extensions for OpenLayers 3 (ol3).",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"example": "examples"
|
|
},
|
|
"scripts": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Viglino/ol3-ext.git"
|
|
},
|
|
"keywords": [
|
|
"ol3",
|
|
"openlayers",
|
|
"popup",
|
|
"menu",
|
|
"symbol renderer",
|
|
"filter",
|
|
"canvas",
|
|
"interaction", "split",
|
|
"statistic","charts","pie",
|
|
"LayerSwitcher",
|
|
"toolbar",
|
|
"animation"
|
|
],
|
|
"author": "Jean-Marc Viglino",
|
|
"license": "CeCILL-B FREE SOFTWARE LICENSE, http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.txt",
|
|
"bugs": {
|
|
"url": "https://github.com/Viglino/ol3-ext/issues"
|
|
},
|
|
"homepage": "https://github.com/Viglino/ol3-ext#readme",
|
|
"dependencies": {
|
|
"ol3-ext": "git+https://github.com/Viglino/ol3-ext.git#gh-pages"
|
|
},
|
|
"devDependencies": {
|
|
"gulp": "^3.9.1",
|
|
"gulp-concat": "^2.6.0",
|
|
"gulp-cssnext": "^1.0.1",
|
|
"gulp-header": "^1.8.8",
|
|
"gulp-minify": "0.0.14",
|
|
"minimist": "^1.2.0"
|
|
}
|
|
}
|