-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 928 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
36
37
{
"name": "sustainabilityinteractive",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.23.6",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.1.0",
"gulp-cache": "^1.0.2",
"gulp-cssnano": "^2.1.2",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-sass": "^3.1.0",
"gulp-strip-comments": "^2.5.2",
"gulp-uglify": "^3.0.0",
"gulp-useref": "^3.1.4",
"run-sequence": "^2.2.1"
},
"dependencies": {
"gulp-compress": "0.0.9",
"gulp-concat": "^2.6.1",
"gulp-file-include": "^2.0.1",
"gulp-html-beautify": "^1.0.1",
"gulp-htmlmin": "^4.0.0",
"gulp-notify": "^3.2.0",
"gulp-order": "^1.1.1",
"gulp-rename": "^1.2.2",
"mapbox-gl": "^0.46.0-beta.1"
}
}