forked from Viglino/ol-ext
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 1.87 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "ol-ext",
"version": "4.0.8",
"description": "A set of cool extensions for OpenLayers (ol) in node modules structure",
"main": "dist/ol-ext.js",
"style": "dist/ol-ext.css",
"peerDependencies": {
"ol": ">= 5.3.0"
},
"devDependencies": {
"eslint": "^5.10.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean": "^0.4.0",
"gulp-cli": "^2.2.0",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-header": "^2.0.5",
"gulp-minify": "^3.1.0",
"gulp-watch": "^5.0.1",
"gulp-jsdoc3": "^2.0.0",
"live-server": "^1.2.0",
"minimist": "^1.2.0",
"plugin-error": "^1.0.1",
"through2": "^2.0.3"
},
"scripts": {
"test": "npm test npmtest.js",
"start": "node ./node_modules/gulp/bin/gulp.js --gulpfile ./gulpfile.cjs serve",
"doc": "node ./node_modules/gulp/bin/gulp.js --gulpfile ./gulpfile.cjs doc",
"lint": "eslint --fix src/ || exit 0",
"prepack": "gulp prepublish --gulpfile ./gulpfile.cjs",
"postpack": "gulp postpublish --gulpfile ./gulpfile.cjs"
},
"author": {
"name": "Jean-Marc Viglino",
"url": "https://github.com/Viglino"
},
"contributors": [
{
"name": "ThomasG77",
"url": "https://github.com/ThomasG77"
},
{
"name": "darkscript",
"url": "https://github.com/darkscript"
}
],
"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"
],
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/Viglino/ol-ext.git"
},
"license": "BSD-3-Clause",
"dependencies": {
}
}