-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
58 lines (58 loc) · 1.34 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": "sinergis",
"version": "0.0.1",
"description": "koa-based app server",
"main": "index.js",
"scripts": {
"start": "make dev",
"test": "make dev"
},
"repository": {
"type": "git",
"url": "git://github.com/diorahman/kriting-sinergis"
},
"keywords": [
"koa",
"app",
"server",
"static",
"api"
],
"author": "Dhi Aurrahman <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/diorahman/kriting-sinergis/issues"
},
"homepage": "https://github.com/diorahman/kriting-sinergis",
"devDependencies": {
"should": "^3.1.3",
"mocha": "^1.17.1"
},
"dependencies": {
"co-body": "0.0.1",
"co-views": "~0.2.0",
"hyperquest": "~0.3.0",
"jsonwebtoken": "~0.1.0",
"jwt-simple": "^0.2.0",
"kasta": "0.0.1",
"koa": "~0.5.0",
"koa-compose": "~2.2.0",
"koa-csrf": "git://github.com/KodeKreatif/csrf",
"koa-error": "~1.1.1",
"koa-favi": "^0.1.0",
"koa-favicon": "~1.0.1",
"koa-jwt": "0.0.2",
"koa-mount": "~1.2.3",
"koa-qs": "^1.0.0",
"koa-router": "~3.1.0",
"koa-session-store": "~0.1.0",
"koa-static": "~1.4.3",
"koa-static-cache": "~1.0.9",
"qs": "^0.6.6",
"request": "^2.34.0",
"superagent": "^0.17.0",
"swig": "~1.3.2",
"through": "~2.3.4",
"thunkify": "0.0.1"
}
}