-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 942 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
43
44
{
"name": "bkn-api",
"version": "0.0.1",
"description": "BKN api layer",
"main": "index.js",
"scripts": {
"test": "make test"
},
"keywords": [
"e-office",
"api"
],
"author": "Mohammad Anwari <mdamt@mdamt.net>",
"license": "MIT",
"dependencies": {
"async": "^0.9.0",
"bkn-scrapper": "0.0.2",
"co-body": "0.0.1",
"co-busboy": "^1.0.2",
"debug": "^1.0.1",
"deep-diff": "^0.1.7",
"finished": "^1.2.1",
"kasta": "0.0.1",
"koa": "^0.7.0",
"koa-compose": "^2.3.0",
"koa-qs": "^1.0.0",
"koa-router": "^3.1.4",
"lodash": "^2.4.1",
"mime": "^1.2.11",
"mongoose": "^3.8.12",
"mongoose-times": "^0.1.0",
"nan-bcrypt": "^0.7.9",
"panas": "0.0.10",
"qs": "^0.6.6",
"serializer": "0.0.3",
"thunkify": "^2.1.2",
"request": "*"
},
"devDependencies": {
"should": "~3.3.0",
"mocha": "~1.18.2",
"supertest": "~0.10.0"
}
}