You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
408 B

10 years ago
{
"name": "http-response-object",
9 years ago
"version": "1.1.0",
10 years ago
"description": "A simple object to represent an http response",
10 years ago
"keywords": [
"http",
"https",
"response",
"request"
],
10 years ago
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "https://github.com/ForbesLindesay/http-response-object.git"
},
"author": "ForbesLindesay",
"license": "MIT"
10 years ago
}