-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 910 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": "cookybook",
"version": "1.0.0",
"description": "site",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Gentim Dao",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.18.5",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-cache": "^0.4.5",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-imagemin": "^3.1.1",
"gulp-jade": "^1.1.0",
"gulp-pug": "^3.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.0.0",
"gulp-uglifyjs": "^0.6.2",
"imagemin-pngquant": "^5.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eugenerzhavtsev/cookybook.git"
},
"bugs": {
"url": "https://github.com/eugenerzhavtsev/cookybook/issues"
},
"homepage": "https://github.com/eugenerzhavtsev/cookybook#readme"
}