forked from SC5/gulp-bobrsass-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.49 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "gulp-bobrsass-boilerplate",
"description": "BoBrSASS is a modifiable boilerplate",
"repository": {
"type": "git",
"url": "https://github.com/SC5/gulp-bobrsass-boilerplate.git"
},
"version": "0.5.0",
"engines": {
"node": ">=0.10.10",
"npm": ">=1.2.15"
},
"private": false,
"dependencies": {
"express": "^4.10.7"
},
"devDependencies": {
"bluebird": "^2.5.3",
"browser-sync": "^1.8.3",
"del": "^1.1.1",
"event-stream": "^3.2.1",
"exec-wait": "^0.0.3",
"git-hooks": "0.0.10",
"gulp": "^3.8.10",
"gulp-bower": "^0.0.7",
"gulp-browserify": "^0.5.0",
"gulp-bump": "^0.1.11",
"gulp-changed": "^1.1.0",
"gulp-compass": "^2.0.1",
"gulp-concat": "^2.4.3",
"gulp-csslint": "^0.1.5",
"gulp-csso": "^0.2.9",
"gulp-filter": "^2.0.0",
"gulp-if": "^1.2.4",
"gulp-inject": "^1.1.1",
"gulp-jscs": "^1.4.0",
"gulp-jshint": "^1.8.5",
"gulp-load-plugins": "^0.8.0",
"gulp-order": "^1.1.1",
"gulp-plumber": "^0.6.6",
"gulp-protractor": "0.0.12",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.1",
"gulp-watch": "^3.0.0",
"jscs": "^1.9.0",
"main-bower-files": "^2.1.0",
"phantomjs": "^1.9.13",
"run-sequence": "^1.0.1"
},
"config": {
"port": 8080,
"hostname": "localhost"
},
"scripts": {
"build": "gulp build",
"deps": "gulp install",
"test": "gulp test",
"watch": "gulp watch",
"start": "node server"
}
}