forked from SilentImp/codeStyleAndViolenceRu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 700 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 700 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
{
"name": "codestylespeach",
"description": "Speach about code style control",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "gulp build && http-server ./docs",
"images": "gulp images",
"gulp": "gulp",
"deploy": "gulp deploy",
"bi": "bower install"
},
"dependencies": {
"coffee-script": "*",
"gulp": "^3.0.0",
"gulp-autoprefixer": "*",
"gulp-coffee": "*",
"gulp-concat": "*",
"gulp-gh-pages": "~0.5.1",
"gulp-imagemin": "^5.0.3",
"gulp-jade": "*",
"gulp-order": "^1.2.0",
"gulp-pug": "^3.3.0",
"gulp-stylus": "*",
"gulp-util": "^3.0.8",
"pretty-hrtime": "^1.0.3",
"recursive-copy": "^2.0.9"
}
}