spas-http
Version:
Default HTTP wrapper for spas
31 lines (30 loc) • 873 B
JSON
{
"name": "spas-http",
"description": "Default HTTP wrapper for spas",
"version": "0.1.7",
"author": {
"name": "Donovan Buck",
"email": "donovan@donovan.bz",
"url": "http://dtex.github.com/"
},
"repository": {
"type": "git",
"url": "http://github.com/dtex/spas-http.git"
},
"keywords": [
"spas",
"proxy",
"cache",
"api"
],
"dependencies": {
"request": "2.x.x",
"underscore": "1.x.x",
"oauth": "0.x.x"
},
"main": "./api.js",
"engines": {
"node": ">= 0.8.0"
},
"readme": "# spas-http\n\nDefault HTTP wrapper for spas\n\n## Installation\n\n### Installing little-spas\n``` bash\n$ [sudo] npm install little-spas\n```\n\n### Installing spas-http\n``` bash\n$ [sudo] npm install spas-request\n```\n\n## Documentation spas-http documentation can be found at http://dtex.github.com/spas-http\n\n"
}