-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.24 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
{
"name": "speed-cam-map",
"version": "1.0.0",
"author": "https://codefor.de/ruhrgebiet/",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:CodeforRuhrgebiet/speed-cam-map.git"
},
"engines": {
"node": "6.11.4"
},
"homepage": "https://blitzerkarte.openruhr.de",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.0",
"browser-sync": "^2.18.13",
"del": "^3.0.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^7.0.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^3.4.0",
"gulp-jshint": "^2.0.4",
"gulp-load-plugins": "^0.5.0",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-size": "^0.3.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"gulp-useref": "^0.4.3",
"gulp-util": "^2.2.14",
"imagemin-jpegtran": "^5.0.2",
"imagemin-mozjpeg": "^6.0.0",
"imagemin-pngquant": "^5.0.1",
"jshint": "^2.9.5",
"open": "0.0.5",
"wiredep": "^1.4.4"
},
"dependencies": {
"flatpickr": "^3.0.7",
"leaflet": "^1.2.0",
"moment": "^2.18.1"
}
}