forked from plessbd/seed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1022 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
40
41
42
{
"name": "seed",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "",
"dependencies": {
"bluebird": "^2.9.24",
"body-parser": "^1.12.2",
"compression": "^1.4.3",
"cookie-session": "^1.1.0",
"cors": "^2.5.3",
"ejs": "^2.3.1",
"express": "^4.12.3",
"express-favicon": "^1.0.1",
"fs-extra": "^0.18.0",
"method-override": "^2.3.2",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"request-promise": "^0.4.1",
"socket.io": "^1.3.5"
},
"devDependencies": {
"autoprefixer": "^5.1.0",
"chai": "^2.2.0",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-bower": "0.0.10",
"gulp-concat": "^2.5.2",
"gulp-david": "^0.2.2",
"gulp-debug": "^2.0.1",
"gulp-postcss": "^5.0.1",
"gulp-sourcemaps": "^1.5.1",
"gulp-stylus": "^2.0.1",
"require-dir": "^0.3.0",
"webdriverio": "webdriverio/webdriverio"
}
}