forked from GeotrekCE/Geotrek-rando
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
101 lines (101 loc) · 3.45 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "geotrekrando",
"version": "2.15.1-dev",
"description": "Geotrek rando public portal of Geotrek",
"author": "Makina Corpus",
"main": "src/app/app.js",
"repository": {
"type": "git",
"url": "https://github.com/makinacorpus/Geotrek-rando/"
},
"bugs": {
"url": "https://github.com/makinacorpus/Geotrek-rando/issues"
},
"license": "BSD-2-Clause",
"dependencies": {
"angular": "1.4.9",
"angular-bootstrap": "^0.12.2",
"angular-google-analytics": "^1.1.6",
"angular-mocks": "^1.5.0",
"angular-resource": "^1.3.8",
"angular-translate": "^2.6.1",
"angular-ui-router": "^0.2.18",
"angularjs-slider": "^2.9.0",
"bootstrap-daterangepicker": "git+https://github.com/dangrossman/bootstrap-daterangepicker.git#2dc0523f351da6d467301b456e6d3ff6c5ec",
"bootstrap-sass": "^3.3.6",
"bowser": "^1.0.0",
"browserify": "^13.0.0",
"chai": "^3.5.0",
"classlist-polyfill": "^1.0.2",
"exorcist": "^0.4.0",
"font-awesome": "^4.5.0",
"gulp": "^3.8.7",
"gulp-autoprefixer": "^3.1.0",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.4.2",
"gulp-connect": "^2.3.1",
"gulp-filesize": "0.0.6",
"gulp-gzip": "^1.2.0",
"gulp-if": "^2.0.0",
"gulp-istanbul": "^0.10.3",
"gulp-jsoncombine": "^1.0.3",
"gulp-minify-css": "^1.2.3",
"gulp-notify": "^2.2.0",
"gulp-po2json": "^0.4.0",
"gulp-protractor": "^2.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-sort": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-tar": "^1.8.0",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.7",
"jasmine-core": "^2.4.1",
"jquery": "^1.12.0",
"karma": "^0.13.21",
"karma-browserify": "^5.0.1",
"karma-jasmine": "^0.3.7",
"leaflet": "^0.7.7",
"leaflet-active-area": "git+https://github.com/mappy/Leaflet-active-area.git#9dcbca1f1343c05612fb23f91e56f573357bcd0e",
"leaflet-ajax": "^2.0.0",
"leaflet-fullscreen": "git+https://github.com/Leaflet/Leaflet.fullscreen.git#f5e76270ad40bb573bd11595f9069c3f15f8f286",
"leaflet-geometryutil": "git+https://github.com/makinacorpus/Leaflet.GeometryUtil.git#4097170a0e0b0f15c2029416dd589e0d6431e304",
"leaflet-minimap": "git+https://github.com/Norkart/Leaflet-MiniMap.git#a2d92d04d9930ae8b480cd489333533b1c08612b",
"leaflet-pip": "^0.1.1",
"leaflet-textpath": "git+https://github.com/makinacorpus/Leaflet.TextPath.git#c45041b4687c8c46b9bb39b8f93623c933108d19",
"leaflet.markercluster": "^0.4.0",
"lodash": "^4.3.0",
"merge-stream": "^1.0.0",
"mkdirp": "^0.5.1",
"moment": "^2.11.2",
"node-notifier": "^4.5.0",
"partialify": "^3.1.6",
"portfinder": "^1.0.1",
"pretty-hrtime": "^1.0.1",
"protractor": "^3.1.1",
"rando3D": "git+https://github.com/makinacorpus/rando3D.git#ef72fc8c1728b08b10785a199f04329e210719be",
"require-dir": "^0.3.0",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"tinycolor2": "^1.3.0",
"uglifyify": "^3.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"devDependencies": {
"karma-phantomjs-launcher": "^1.0.0",
"phantomjs-prebuilt": "^2.1.4"
},
"scripts": {
"postinstall": "gulp",
"pretest": "gulp",
"test": "gulp tests",
"prewatch": "gulp",
"watch": "gulp watch",
"prestart": "gulp",
"start": "gulp watch",
"dist": "gulp",
"upgrade": "git fetch origin && git checkout origin/latest && npm update && npm run dist"
}
}