forked from Viglino/ol-ext
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 972 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"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 (https://github.com/Viglino)",
"license": "CECILL-B",
"bugs": {
"url": "https://github.com/Viglino/ol3-ext/issues"
},
"homepage": "https://github.com/Viglino/ol3-ext#,",
"dependencies": {
},
"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"
}
}