httpism
Version:
Resource savvy HTTP client
42 lines (41 loc) • 838 B
JSON
{
"name": "httpism",
"version": "0.0.4",
"description": "Resource savvy HTTP client",
"main": "index.js",
"dependencies": {
"request": "2.x"
},
"devDependencies": {
"should": "~1.2.1",
"mocha": "~1.8.1",
"pogo": "~0.3.0",
"express": "~3.1.0"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/featurist/httpism.git"
},
"keywords": [
"http"
],
"author": {
"email": "timmacfarlane@gmail.com",
"name": "Tim Macfarlane",
"url": "http://blog.refractalize.org/"
},
"contributors": [
{
"name": "Josh Chisholm",
"email": "joshchisholm@gmail.com",
"url": "http://featurist.co.uk/"
}
],
"license": "BSD"
}