-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 961 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
38
{
"name": "glowing-broccoli",
"version": "1.0.0",
"description": "🥦 Basic static website builder with gulp ",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Oyana/glowing-broccoli.git"
},
"keywords": [
"gulp",
"scss",
"static"
],
"author": "Golgarud",
"license": "MIT",
"bugs": {
"url": "https://github.com/Oyana/glowing-broccoli/issues"
},
"homepage": "https://github.com/Oyana/glowing-broccoli#readme",
"devDependencies": {
"@babel/core": "^7.0.0-beta.51",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"gulp": "^3.9.1",
"gulp-babel": "^8.0.0-beta.2",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^4.0.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.3.0",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.0"
}
}