forked from IGNF/geoportal-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.14 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
80
81
82
83
{
"name": "geoportal-extensions",
"leafletExtName": "Geoportal Extension for Leaflet",
"ol3ExtName": "Geoportal Extension for OpenLayers 3",
"vgExtName": "Geoportal Extension for VirtualGeo",
"version": "0.1.0",
"leafletExtVersion": "0.8.1",
"ol3ExtVersion": "0.11.0",
"vgExtVersion": "5.0.0",
"description": "French Geoportal Extensions for OpenLayers 3 and Leaflet libraries",
"main": "dist/leaflet/GpPluginLeaflet.js,dist/ol3/GpPluginOl3.js,",
"directories": {
"doc": "doc",
"test": "test",
"lib": "lib",
"example": "samples"
},
"scripts": {
"build": "gulp build",
"test": "gulp test",
"doc": "gulp doc",
"check": "gulp check"
},
"repository": {
"type": "git",
"url": "https://github.com/IGNF/geoportal-extensions.git"
},
"author": "geoportal-api-dev",
"keywords": [
"geoportail",
"plugin",
"javascript",
"OpenLayers3",
"Leaflet"
],
"license": "CECILL-B",
"bugs": {
"url": "https://github.com/IGNF/geoportal-extensions/issues"
},
"homepage": "https://github.com/IGNF/geoportal-extensions#readme",
"dependencies": {
"amdclean": "^2.7.0",
"glob": "^7.0.3",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^3.1.0",
"gulp-header": "^1.7.1",
"gulp-jscs": "~3.0.0",
"gulp-jsdoc3": "^0.1.1",
"gulp-jshint": "~1.5.0",
"gulp-load-plugins": "^1.1.0",
"gulp-minify-css": "^1.2.2",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-size": "^2.0.0",
"gulp-template": "^3.1.0",
"gulp-umd": "^0.2.0",
"gulp-util": "^3.0.7",
"minimist": "^1.2.0",
"open": "0.0.5",
"requirejs": "^2.1.22",
"rimraf": "^2.4.4",
"run-sequence": "^1.1.5",
"shelljs": "^0.5.3"
},
"devDependencies": {
"chai": "^3.4.1",
"easy-amdtest": "^0.1.0",
"gulp-mocha-phantomjs": "^0.7.0",
"gulp-replace": "^0.5.4",
"gulp-strip-comments": "^2.2.1",
"jaguarjs-jsdoc": "0.0.1",
"jsdoc": "^3.3.1",
"mocha": "^2.3.4",
"should": "^7.1.1",
"sinon": "^1.17.2",
"woodman": "^1.1.0"
},
"optionalDependencies": {
"bower": "^1.7.0"
}
}