forked from spryker/spryker-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 815 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
{
"name": "",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "",
"build": "gulp styles",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.26.7",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-image-resize": "^0.13.1",
"gulp-imagemin": "^7.1.0",
"gulp-notify": "^3.2.0",
"gulp-rename": "^2.0.0",
"gulp-rsync": "0.0.8",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8"
},
"dependencies": {
"saas": "^1.0.0"
}
}