-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
84 lines (84 loc) · 1.54 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
{
"name": "pillars",
"description": "Pillars.js web development framework for Node.js",
"version": "0.7.1",
"author": {
"name": "Bifuer"
},
"contributors": [
{
"name": "Chelo"
}
],
"homepage": "https://github.com/pillarsjs/pillars",
"repository": {
"type": "git",
"url": "git://github.com/pillarsjs/pillars"
},
"bugs": {
"url": "https://github.com/pillarsjs/pillars/issues",
"email": "[email protected]"
},
"keywords": [
"web",
"framework",
"tree routes",
"routing",
"multi language",
"web development",
"sessions",
"http",
"http negotiation",
"byte serving",
"static",
"cache control",
"php friendly",
"log dispatcher",
"procedure",
"crier",
"node",
"js",
"javascript"
],
"dependencies": {
"colors": "*",
"formidable": "*",
"mime": "<2.0.0",
"node-fs": "*",
"crier": "*",
"procedure": "*",
"templated": "*",
"textualization": "*",
"objectarray": "*",
"date.format": "*",
"string.format": "*",
"json.decycled": "*",
"json.crypt": "*",
"scheduled": "*",
"eventium": "*",
"jailer": "*"
},
"devDependencies": {
"mocha": "*",
"unit.js": "*"
},
"engines": {
"node": ">=6.9.5"
},
"main": "./index.js",
"scripts": {
"test": "mocha test/"
},
"preferGlobal": false,
"files": [
"LICENSE",
"README.md",
"favicon.ico",
"index.js",
"lib",
"languages",
"middleware"
],
"readmeFilename": "README.md",
"license": "MIT"
}