forked from fireridlle/express-custom-response
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 735 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 735 Bytes
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
{
"name": "express-custom-response",
"description": "Create custom response methods for express.js",
"version": "0.1.1",
"homepage": "https://github.com/fireridlle/express-custom-response",
"author": {
"name": "Sergii Zinkevych",
"email": "s.zinkevych@gmail.com"
},
"repository": {
"type": "git",
"url": "git@github.com:fireridlle/express-custom-response.git"
},
"bugs": {
"url": "https://github.com/fireridlle/express-custom-response/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/fireridlle/express-custom-response/blob/master/LICENSE-MIT"
}
],
"main": "lib/express-custom-response",
"engines": {
"node": ">= 0.8.0"
},
"keywords": []
}