ol-ext/package.json
Jean-Marc Viglino 43cd5f1d00 [ADD] Gulp
2016-11-06 18:20:39 +01:00

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"
}
}