-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 920 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": "zass",
"version": "1.0.0",
"description": "women and sport webpage",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Adalab/clarke-s3-ZASS.git"
},
"author": "zass",
"license": "ISC",
"bugs": {
"url": "https://github.com/Adalab/clarke-s3-ZASS/issues"
},
"homepage": "https://github.com/Adalab/clarke-s3-ZASS#readme",
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.23.7",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean-css": "^3.9.3",
"gulp-combine-mq": "*",
"gulp-concat": "*",
"gulp-notify": "*",
"gulp-plumber": "*",
"gulp-rename": "*",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "*",
"gulp-util": "*",
"gulp-zip": "*",
"run-sequence": "*"
}
}