-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
109 lines (109 loc) · 2.85 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "pokeapp",
"version": "1.0.0",
"description": "Example on how to use and develop with Koa.js",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JavascriptDominicana/koajs.git"
},
"author": "Leonardo Jimenez",
"license": "ISC",
"bugs": {
"url": "https://github.com/JavascriptDominicana/koajs/issues"
},
"homepage": "https://github.com/JavascriptDominicana/koajs#readme",
"dependencies": {
"accepts": "^1.3.0",
"amdefine": "^1.0.0",
"async": "^1.5.0",
"bluebird": "^3.0.5",
"bson": "^0.4.19",
"bytes": "^2.1.0",
"camelcase": "^1.2.1",
"co": "^4.6.0",
"co-body": "^4.0.0",
"co-monk": "^1.0.0",
"co-render": "^1.0.0",
"co-views": "^2.1.0",
"composition": "^2.2.1",
"consolidate": "^0.13.1",
"content-disposition": "^0.5.0",
"content-type": "^1.0.1",
"cookies": "^0.5.1",
"core-util-is": "^1.0.1",
"debug": "^2.2.0",
"decamelize": "^1.1.1",
"deep-equal": "^1.0.1",
"delegates": "^0.1.0",
"destroy": "^1.0.3",
"ee-first": "^1.1.1",
"error-inject": "^1.0.0",
"es6-promise": "^3.0.2",
"escape-html": "^1.0.3",
"fresh": "^0.3.0",
"generic-pool": "^2.2.1",
"http-assert": "^1.1.1",
"http-errors": "^1.3.1",
"iconv-lite": "^0.4.13",
"inherits": "^2.0.1",
"iojs": "^1.0.0",
"isarray": "0.0.1",
"kerberos": "0.0.17",
"keygrip": "^1.0.1",
"koa": "^1.1.2",
"koa-compose": "^3.0.0",
"koa-convert": "^1.1.0",
"koa-is-json": "^1.0.0",
"koa-mongo": "^0.4.1",
"koa-route": "^2.4.2",
"koa-send": "^3.1.0",
"koa-views": "^3.1.0",
"media-typer": "^0.3.0",
"methods": "^1.1.1",
"mime-db": "^1.19.0",
"mime-types": "^2.1.7",
"minimist": "^1.2.0",
"mongodb": "^2.0.48",
"mongodb-core": "^1.2.21",
"mongoskin": "^1.3.20",
"monk": "^1.0.1",
"mpromise": "^0.5.5",
"ms": "^0.7.1",
"mz": "^2.1.0",
"nan": "^2.1.0",
"native-or-bluebird": "^1.2.0",
"negotiator": "^0.6.0",
"object-assign": "^4.0.1",
"on-finished": "^2.3.0",
"only": "0.0.2",
"optimist": "^0.6.1",
"parseurl": "^1.3.0",
"path-to-regexp": "^1.2.1",
"process-nextick-args": "^1.0.3",
"qs": "^6.0.0",
"raw-body": "^2.1.4",
"readable-stream": "^2.0.4",
"source-map": "^0.5.3",
"statuses": "^1.2.1",
"string_decoder": "^0.10.31",
"swig": "^1.4.2",
"thenify": "^3.1.1",
"thenify-all": "^1.6.0",
"thunkify": "^2.1.2",
"tinyliquid": "^0.2.30",
"type-is": "^1.6.9",
"uglify-js": "^2.5.0",
"uglify-to-browserify": "^1.0.2",
"unpipe": "^1.0.0",
"util-deprecate": "^1.0.2",
"utils-merge": "^1.0.0",
"vary": "^1.1.0",
"window-size": "^0.1.2",
"wordwrap": "^1.0.0",
"yargs": "^3.29.0"
}
}