forked from SuperBountyHunterX/SuperBountyHunterXWebClient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.41 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
{
"name": "hsbgb",
"version": "0.0.1",
"description": "Html5, Stylus, Bower & Gulp Boilerplate generator",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Arlefreak/hsbgb.git"
},
"keywords": [
"Html5",
"stylus",
"bower",
"gulp",
"boilerplate"
],
"author": "Arlefreak",
"license": "MIT",
"bugs": {
"url": "https://github.com/Arlefreak/hsbgb/issues"
},
"homepage": "https://github.com/Arlefreak/hsbgb#readme",
"dependencies": {
"body-parser": "^1.14.1",
"errorhandler": "^1.4.2",
"method-override": "^2.3.5",
"express": "^4.13.3"
},
"devDependencies": {
"browserify": "^12.0.1",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-filter": "^3.0.1",
"gulp-flatten": "^0.2.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-jshint": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylus": "^2.1.0",
"gulp-uglify": "^1.5.1",
"imagemin-gifsicle": "^4.2.0",
"imagemin-jpegtran": "^4.3.2",
"imagemin-pngquant": "^4.2.0",
"imagemin-svgo": "^4.2.0",
"jshint": "^2.9.1-rc2",
"jshint-stylish": "^2.1.0",
"main-bower-files": "^2.9.0",
"nib": "^1.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}