Initial commit
This commit is contained in:
21
package.json
Normal file
21
package.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user