-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 846 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
{
"name": "xpress",
"version": "2.4.6",
"description": "a node.js web and api framework base on express which provide api version and channel control",
"main": "index.js",
"bin": {
"xpress": "./bin/init.js"
},
"author": "SYNDE KEYES <[email protected]>",
"dependencies": {
"art-template": "^3.0.3",
"async": "*",
"colors": "^1.1.2",
"commander": "^2.9.0",
"debug": "^2.2.0",
"express": "^4.0.0",
"request":"*",
"lodash":"*",
"dox":"*",
"doxmate":"*"
},
"engines": {
"node": ">= 0.12.0"
},
"devDependencies": {
"body-parser": "*",
"mocha": "*",
"jsdoc": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/synder/xpress.git"
},
"keywords": [
"express",
"api",
"web",
"framework",
"xpress"
],
"license": "MIT"
}