forked from tildah/zinky
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.1 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
{
"name": "fooll",
"version": "0.1.2",
"description": "modular fullstack nodejs framework",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fooll/fooll.git"
},
"keywords": [
"fullstack",
"modular",
"framework",
"nodejs"
],
"author": "Abu Rawi",
"license": "ISC",
"bugs": {
"url": "https://github.com/fooll/fooll/issues"
},
"homepage": "https://github.com/fooll/fooll#readme",
"dependencies": {
"body-parser": "^1.17.1",
"colors": "^1.1.2",
"cookie-parser": "^1.4.3",
"foola": "0.0.x",
"fooll-beforeaction": "0.0.x",
"fooll-callaction": "0.0.x",
"fooll-cookies": "0.0.x",
"fooll-errors": "0.0.x",
"fooll-isrequestingfile": "0.0.x",
"fooll-json": "0.0.x",
"fooll-logrequest": "0.0.x",
"fooll-moduleentry": "0.0.1",
"fooll-parseurl": "0.0.x",
"fooll-redirect": "0.0.x",
"fooll-render": "0.0.x",
"fooll-session": "0.0.x",
"fooll-setupresponse": "0.0.x",
"fooll-validaterequest": "0.0.x"
}
}