22 lines
461 B
JSON
22 lines
461 B
JSON
{
|
|
"name": "httpclient",
|
|
"version": "1.0.0",
|
|
"description": "Wrapper around http and https request with cookie container",
|
|
"main": "lib/httpclient.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://lab.cherboiche.org/iojs/httpclient.git"
|
|
},
|
|
"keywords": [
|
|
"http",
|
|
"https",
|
|
"request",
|
|
"cookies"
|
|
],
|
|
"author": "boudin",
|
|
"license": "GPL-3.0"
|
|
}
|