-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.87 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
69
70
71
72
73
74
75
76
{
"name": "gulp-boiler",
"version": "0.0.1",
"description": "",
"main": "index.js",
"engines": {
"node": "0.10.31",
"npm": "1.4.23"
},
"scripts": {
"start": "gulp default",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/andela-gukpere/gulp-boiler"
},
"author": "Andela",
"license": "Proprietary",
"homepage": "http://andela.co",
"devDependencies": {
"chromedriver": "^2.12.0",
"gulp-karma": "0.0.4",
"gulp-protractor": "0.0.12",
"karma": "^0.12.0",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^0.2.7",
"karma-jasmine": "^0.2.0",
"karma-mocha": "^0.1.9",
"minifyify": "^4.4.0",
"mocha": "^1.21.4",
"protractor": "^1.5.0",
"selenium-server-standalone-jar": "^2.44.0",
"uglifyify": "^2.5.0"
},
"dependencies": {
"body-parser": "^1.9.0",
"brfs": "1.0.2",
"browserify": "^5.12.0",
"bugsnag": "^1.5.0",
"connect-livereload": "^0.4.0",
"consolidate": "^0.10.0",
"cookie-parser": "^1.3.3",
"es6ify": "^1.4.0",
"express": "^4.9.5",
"firebase": "^1.1.0",
"gulp": "^3.8.7",
"gulp-bower": "0.0.7",
"gulp-concat": "^2.4.1",
"gulp-exit": "0.0.2",
"gulp-jade": "^0.7.0",
"gulp-jshint": "^1.8.4",
"gulp-karma": "0.0.4",
"gulp-less": "^1.3.5",
"gulp-livereload": "^2.1.1",
"gulp-minify-css": "^0.3.7",
"gulp-minify-html": "^0.1.4",
"gulp-mocha": "^2.0.0",
"gulp-nodemon": "^1.0.4",
"gulp-rev": "^1.1.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"jade": "^1.6.0",
"lodash": "^2.4.1",
"mailgun-js": "^0.6.7",
"minifyify": "^4.4.0",
"moment": "^2.8.2",
"multer": "^0.1.4",
"stringify": "^2.2.0",
"uglify-js": "^2.4.15",
"unzip": "^0.1.11",
"vinyl-source-stream": "^1.0.0",
"watchify": "^1.0.6"
}
}