-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathpackage.json
48 lines (48 loc) · 1.15 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
{
"name": "easyclub",
"version": "0.1.0",
"author": "dylan",
"private": true,
"scripts": {
"start": "./node_modules/.bin/nodemon -i public/ bin/www",
"koa": "node bin/www",
"pm2": "NODE_ENV=production pm2 start bin/www ",
"test": "make test",
"build": "make build"
},
"dependencies": {
"busboy": "^0.2.13",
"co": "^4.6.0",
"debug": "^2.2.0",
"koa": "^2.0.0-alpha.7",
"koa-bodyparser": "^2.0.1",
"koa-convert": "^1.2.0",
"koa-generic-session": "^1.11.4",
"koa-json": "^1.1.1",
"koa-logger": "^1.3.0",
"koa-onerror": "^1.2.1",
"koa-pug": "^3.0.0-1",
"koa-redis": "^2.1.3",
"koa-router": "^7.0.0",
"koa-static2": "^0.1.8",
"loader": "^2.1.1",
"loader-builder": "^2.4.1",
"markdown-it": "^6.0.5",
"mkdirp": "^0.5.1",
"mongoose": "^4.9.1",
"mongoose-q": "^0.1.0",
"qn": "^1.3.0",
"uglify-js": "^2.7.4",
"validator": "^6.1.0"
},
"devDependencies": {
"fs-promise": "^0.5.0",
"livereload": "^0.7.0",
"mocha": "^3.1.2",
"nib": "^1.1.0",
"nodemon": "^1.8.1",
"should": "^9.0.2",
"stylus": "^0.54.5",
"supertest": "^1.2.0"
}
}