Initial commit

This commit is contained in:
2015-08-13 00:43:00 +02:00
commit 4fb388d6a1
2 changed files with 284 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"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"
}