-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 973 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
{
"name": "http-response-class",
"version": "1.2.6",
"description": "Simple http response wrapper.",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"preversion": "npm test",
"postversion": "git push && git push --tags",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Parellin-Technologies-LLC/http-response-class.git"
},
"keywords": [
"http",
"https",
"response",
"wrapper",
"class",
"express"
],
"author": "Parellin Technologies LLC (https://parellin.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Parellin-Technologies-LLC/http-response-class/issues"
},
"homepage": "https://github.com/Parellin-Technologies-LLC/http-response-class#readme",
"devDependencies": {
"chai": "4.2.0",
"eslint": "4.19.1",
"mocha": "4.1.0"
}
}