-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 962 Bytes
/
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
{
"name": "VZ4X4",
"title": "Val di Zoldo 4X4",
"version": "0.1",
"homepage": "https://github.com/RiccardoFrancescato/vz4x4",
"author": "Riccardo Francescato",
"license1": {
"type": "MIT",
"url": "https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE"
},
"license2": {
"type": "GNU",
"url": "https://github.com/RiccardoFrancescato/vz4x4/blob/master/LICENSE"
},
"devDependencies": {
"bootstrap": "^3.3.7",
"browser-sync": "^2.13.0",
"font-awesome": "^4.6.3",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.10",
"gulp-header": "^1.8.7",
"gulp-image-optimization": "^0.1.3",
"gulp-imagemin": "^3.1.1",
"gulp-less": "^3.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.4",
"jquery": "^1.11.3",
"magnific-popup": "^1.1.0",
"scrollreveal": "^3.1.4"
},
"repository": {
"type": "git",
"url": "https://github.com/RiccardoFrancescato/vz4x4.git"
}
}