-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
68 lines (68 loc) · 1.69 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
63
64
65
66
67
68
{
"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": {
"aws-sdk": "^2.2.22",
"bluebird": "^2.5.3",
"browser-sync": "^2.7.13",
"del": "^1.1.1",
"event-stream": "^3.2.1",
"exec-wait": "^0.0.3",
"git-hooks": "1.0.0-rc.1",
"gulp": "^3.8.10",
"gulp-awspublish": "^3.0.0",
"gulp-bower": "^0.0.10",
"gulp-browserify": "^0.5.0",
"gulp-bump": "^0.3.1",
"gulp-changed": "^1.1.0",
"gulp-compass": "^2.0.1",
"gulp-concat": "^2.4.3",
"gulp-csslint": "^0.1.5",
"gulp-csso": "^1.0.0",
"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": "^1.0.0-rc.1",
"gulp-order": "^1.1.1",
"gulp-plumber": "^1.0.1",
"gulp-protractor": "1.0.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.1",
"gulp-watch": "^4.3.2",
"jscs": "^1.9.0",
"main-bower-files": "^2.1.0",
"phantomjs": "^1.9.13",
"run-sequence": "^1.0.1"
},
"config": {
"port": 8080,
"hostname": "localhost",
"bucket": "",
"bucketRegion": ""
},
"scripts": {
"build": "gulp build",
"deps": "./system-deps.sh && gulp install",
"test": "gulp test",
"watch": "gulp watch",
"deploy": "gulp deploy",
"createBucket": "gulp createBucket",
"start": "node server"
}
}