-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
39 lines (39 loc) · 914 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
39
{
"name": "stonecutter_frontend",
"version": "1.0.0",
"description": "Build all the things",
"main": "server.js",
"engines": {
"node": "0.12.7"
},
"dependencies": {
"font-awesome": "latest",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^1.0.1",
"del": "^1.2.0",
"gulp-concat": "^2.4.1",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^1.2.1",
"gulp-jade": "^0.9.0",
"gulp-minify-css": "^0.3.11",
"gulp-replace": "^0.5.3",
"gulp-sass": "^2.0.3",
"gulp-util": "^3.0.1",
"gulp-html5-lint": "^1.0.1",
"jade": "*",
"run-sequence": "^1.0.1"
},
"devDependencies": {
"browser-sync": "^2.7.13",
"express": "^4.10.1",
"gulp-express": "^0.1.0",
"gulp-gh-pages": "^0.5.0",
"gulp-nodemon": "^1.0.4"
},
"author": "Chris Cheshire",
"license": "MIT",
"scripts": {
"gulp": "gulp",
"postinstall": "./npm-postinstall.sh"
}
}