-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 991 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": "garrosh",
"version": "0.0.8",
"description": "garrosh is a backend framework, fast, using MVC conventions",
"main": "index.js",
"scripts": {},
"keywords": [
"garrosh",
"node",
"framework"
],
"bin": {
"garrosh": "./bin/garrosh"
},
"author": "sekiyika",
"license": "MIT",
"dependencies": {
"MD5": "~1.2.1",
"accepts": "~1.0.7",
"buffer-crc32": "~0.2.3",
"chalk": "~0.5.1",
"commander": "~2.4.0",
"connect": "~2.24.3",
"connect-redis": "~2.1.0",
"consolidate": "~0.10.0",
"cookie": "~0.1.2",
"cookie-signature": "^1.0.6",
"etag": "~1.0.0",
"fresh": "~0.2.2",
"glob": "~4.0.5",
"lodash": "~2.4.1",
"mime": "~1.2.11",
"mkdirp": "~0.5.0",
"node-ral": "~0.0.24",
"on-headers": "~1.0.0",
"path-to-regexp": "~0.2.4",
"qs": "~1.2.1",
"send": "~0.8.1",
"type-is": "~1.3.2",
"underscore.deferred": "~0.4.0",
"vary": "~1.0.0",
"winston": "~0.7.3"
}
}