-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 909 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": "extra-express",
"version": "1.0.4",
"description": "Support methods for express package.",
"main": "index.js",
"scripts": {
"build": "exit",
"deploy": "ebuild publish+github --publishMin=false --publishBranch=false",
"test": "exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodef/extra-express.git"
},
"author": "[email protected]",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/nodef/extra-express/issues"
},
"homepage": "https://github.com/nodef/extra-express#readme",
"keywords": [
"extra",
"express",
"support",
"method",
"package",
"framework",
"rest",
"restful",
"router",
"app",
"api",
"async",
"error",
"handle",
"merferry"
],
"dependencies": {
"express": "4.21.0"
},
"devDependencies": {
"extra-build": "^2.3.0"
}
}