-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "musa",
"version": "1.0.0",
"description": "Musa Admin page",
"main": "server.js",
"dependencies": {
"apn": "^1.7.3",
"chai": "^2.2.0",
"co-body": "^1.1.0",
"co-busboy": "^1.3.0",
"co-mocha": "^1.1.0",
"co-request": "^0.2.1",
"grunt": "^0.4.5",
"handlebars": "^3.0.0",
"handlebars-helpers": "^0.5.8",
"koa": "^0.18.1",
"koa-better-body": "^1.0.17",
"koa-body": "^1.2.0",
"koa-handlebars": "^0.5.2",
"koa-logger": "^1.2.2",
"koa-router": "^4.2.0",
"koa-send": "^1.3.1",
"koa-session": "^3.1.0",
"koa-static": "^1.4.9",
"koa-static-folder": "^0.1.5",
"koa-views": "^3.0.0",
"mocha": "^2.2.1",
"moment": "^2.10.2",
"node-env-file": "^0.1.7",
"node-gcm": "^0.9.15",
"supertest": "^0.15.0",
"supertest-as-promised": "^1.0.0"
},
"devDependencies": {},
"scripts": {
"test": "NODE_ENV=test mocha --harmony test/*.js",
"start": "nodemon --harmony server.js"
},
"author": "luisfrik",
"license": "ISC"
}