request-json
Version:
HTTP client for very simple usages and JSON requests only
41 lines (40 loc) • 932 B
JSON
{
"name": "request-json",
"description": "HTTP client for very simple usages and JSON requests only",
"keywords": [
"requests",
"http",
"json",
"client"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mycozycloud/request-json/blob/master/LICENSE"
}
],
"version": "0.3.1",
"homepage": "https://github.com/mycozycloud/request-json/",
"bugs": {
"url": "https://github.com/mycozycloud/request-json/issues"
},
"author": "Cozy Cloud <contact@mycozycloud.com> (http://mycozycloud.com)",
"contributors": [],
"engines": { "node": "*" },
"main": "./main.js",
"dependencies": {
"request": "2.11.1"
},
"devDependencies": {
"coffee-script": "*",
"chai": "*"
},
"scripts": {
"prepublish": "cake build"
},
"repository": {
"type": "git",
"url": "git://github.com/mycozycloud/request-json.git"
},
"optionalDependencies": {}
}