-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
28 lines (28 loc) · 901 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
{
"name": "@alexsasharegan/http-status",
"version": "1.0.1",
"description": "HTTP Status codes as constants and a lookup map (ESM)",
"main": "index.js",
"scripts": {
"publish-public": "npm publish --access=public",
"patch": "npm version patch",
"minor": "npm version minor",
"major": "npm version major",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexsasharegan/http-status.git"
},
"keywords": [
"http",
"status",
"rest"
],
"author": "Alex Regan <alex.joseph.regan@gmail.com> (https://github.com/alexsasharegan)",
"license": "ISC",
"bugs": {
"url": "https://github.com/alexsasharegan/http-status/issues"
},
"homepage": "https://github.com/alexsasharegan/http-status#readme"
}