-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 805 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 805 Bytes
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
{
"name": "quickness-bootstrap",
"version": "1.0.0",
"description": "Bootstrap for static site with gulp + pug + stylus + uglify + image optimization",
"scripts": {
"start": "gulp serve",
"deploy": "gulp dist"
},
"author": "Daniel Rôhers Moura <rohersmoura@gmail.com> (https://github.com/danielrohers)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/danielrohers/quickness-bootstrap.git"
},
"bugs": {
"url": "https://github.com/danielrohers/quickness-bootstrap/issues"
},
"engines": {
"node": ">=4.0.0"
},
"devDependencies": {
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-imagemin": "^4.1.0",
"gulp-pug": "^4.0.1",
"gulp-stylus": "^2.7.0",
"gulp-uglify": "^3.0.1",
"gulp-webserver": "^0.9.1"
}
}