-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
58 lines (58 loc) · 1.33 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
{
"name": "surelia-admin-api",
"version": "0.0.1",
"description": "Surelia admin api layer",
"main": "index.js",
"scripts": {
"test": "make test"
},
"keywords": [
"e-office",
"api"
],
"author": "Mohammad Anwari <[email protected]>",
"license": "MIT",
"dependencies": {
"async": "^0.9.2",
"bcrypt": "^0.8.5",
"base64-stream": "^0.1.3",
"co": "^3.0.6",
"co-body": "0.0.1",
"co-busboy": "^1.0.2",
"debug": "^1.0.1",
"deep-diff": "^0.1.7",
"filter": "^0.1.1",
"finished": "^1.2.2",
"freediskspace": "^0.1.2",
"gearman": "^1.0.0",
"gearmanode": "^0.1.7",
"gridfs-stream": "^1.1.1",
"kasta": "0.0.1",
"koa": "^0.7.0",
"koa-compose": "^2.3.0",
"koa-cors": "0.0.13",
"koa-qs": "^1.0.0",
"koa-router": "^3.1.4",
"lodash": "^2.4.1",
"mime": "^1.2.11",
"moment": "~2.12.0",
"mongoose": "^3.8.12",
"mongoose-times": "^0.1.0",
"nan-bcrypt": "^0.7.9",
"nodemailer": "^2.0.0",
"panas": "git://github.com/KodeKreatif/panas.git",
"qs": "^0.6.6",
"request": "^2.37.0",
"serializer": "0.0.3",
"simplesmtp": "^0.3.32",
"sync-exec": "^0.6.2",
"thunkify": "^2.1.2",
"to-csv": "~0.1.1",
"uuid": "^1.4.1"
},
"devDependencies": {
"should": "~3.3.0",
"mocha": "~1.18.2",
"supertest": "~0.10.0"
}
}