Files
httpclient/package.json
2015-08-13 00:43:00 +02:00

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"
}