-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
15 lines (15 loc) · 479 Bytes
/
package.json
File metadata and controls
15 lines (15 loc) · 479 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name": "HyperJSON-Request",
"version": "0.0.1",
"description": "JSON Schema that closely resembles an HTTP Request Message but is completely decoupled from any specific application protocol, such as HTTP.",
"dependencies": {
"tv4": "^1.1.4"
},
"repository": {
"type": "git",
"url": "https://github.com/HyperJSON/HyperJSON-Request"
},
"author": "Buster Collings",
"license": "ISC",
"homepage": "https://github.com/HyperJSON/HyperJSON-Request"
}