-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.22 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
{
"name": "app",
"version": "1.0.0",
"description": "app: An Ionic project",
"dependencies": {
"gulp": "^3.5.6",
"gulp-sass": "^2.0.0",
"gulp-rename": "^1.2.2",
"leaflet": "^0.7.3",
"leaflet.markercluster": "^0.4.0",
"leaflet.label": "git://github.com/Leaflet/Leaflet.label.git"
},
"browser": {
"leaflet": "./node_modules/leaflet/dist/leaflet.js",
"leaflet.markercluster": "./node_modules/leaflet.markercluster/dist/leaflet.markercluster.js",
"leaflet.label": "./node_modules/leaflet.label/dist/leaflet.label.js"
},
"devDependencies": {
"bower": "^1.3.3",
"gulp-util": "^2.2.14",
"shelljs": "^0.3.0",
"require-dir": "^0.3.0",
"gulp-autoprefixer": "^2.2.0",
"gulp-sourcemaps": "^1.5.2",
"browserify": "^10.1.0",
"browserify-shim": "^3.8.6",
"partialify": "^3.1.3",
"watchify": "^3.2.1",
"gulp-notify": "^2.2.0",
"pretty-hrtime": "^1.0.0",
"gulp-streamify": "^0.0.5",
"gulp-po2json": "^0.4.0",
"vinyl-source-stream": "^1.1.0",
"exorcist": "^0.3.0"
},
"cordovaPlugins": [
"org.apache.cordova.device",
"org.apache.cordova.console",
"com.ionic.keyboard",
"cordova-plugin-geolocation"
],
"cordovaPlatforms": []
}