This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
99 lines (99 loc) · 2.95 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
{
"name": "geotrekrando",
"version": "2.30.2-dev",
"description": "Geotrek rando public portal of Geotrek",
"author": "Makina Corpus",
"main": "src/app/app.js",
"repository": {
"type": "git",
"url": "https://github.com/GeotrekCE/Geotrek-rando/"
},
"bugs": {
"url": "https://github.com/GeotrekCE/Geotrek-rando/issues"
},
"license": "BSD-2-Clause",
"dependencies": {
"angular": "1.4.9",
"angular-bootstrap": "^0.12.2",
"angular-google-analytics": "^1.1.8",
"angular-mocks": "^1.5.0",
"angular-resource": "^1.3.8",
"angular-translate": "^2.16.0",
"angular-ui-router": "^0.4.3",
"angularjs-slider": "^6.7.0",
"bootstrap-daterangepicker": "~2.1.30",
"bootstrap-sass": "^3.3.7",
"bowser": "^1.8.1",
"browserify": "^14.5.0",
"chai": "^4.1.2",
"classlist-polyfill": "^1.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-changed": "^3.1.1",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-filesize": "0.0.6",
"gulp-gzip": "^1.4.0",
"gulp-if": "^2.0.2",
"gulp-istanbul": "^1.1.2",
"gulp-jsoncombine": "^1.0.3",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^3.0.0",
"gulp-po2json": "^0.4.0",
"gulp-protractor": "^2.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sort": "^2.0.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-tar": "^2.0.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"jasmine-core": "^2.8.0",
"jquery": "~3.5.0",
"karma": "^1.7.1",
"karma-browserify": "^5.1.1",
"karma-jasmine": "^1.1.0",
"leaflet": "^1.3.4",
"leaflet-active-area": "^1.1.1",
"leaflet-ajax": "^2.1.0",
"leaflet-fullscreen": "^1.0.2",
"leaflet-geometryutil": "^0.9.2",
"leaflet-minimap": "git+https://github.com/makinacorpus/Leaflet-MiniMap.git#fe3ba7d1ffcc9b6ad6924c760629a9af4e412b4d",
"leaflet-pip": "^1.1.0",
"leaflet-textpath": "^1.2.3",
"leaflet.markercluster": "^1.4.1",
"lodash": "^4.17.4",
"merge-stream": "^1.0.1",
"mkdirp": "^0.5.1",
"moment": "^2.19.1",
"node-notifier": "^5.1.2",
"partialify": "^3.1.6",
"portfinder": "^1.0.13",
"pretty-hrtime": "^1.0.3",
"rando3D": "git+https://github.com/makinacorpus/rando3D.git#970e257806a247f274ef80abfd5e07671e3c4db3",
"require-dir": "^0.3.2",
"sinon": "^4.1.1",
"sinon-chai": "^2.14.0",
"tinycolor2": "^1.4.1",
"uglifyify": "^4.0.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.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",
"serve": "gulp server",
"upgrade": "git fetch origin && git checkout origin/latest && npm update && npm run dist"
}
}