demos
Version:
70 lines (69 loc) • 1.53 kB
JSON
{
"name": "restler",
"version": "3.2.2",
"description": "An HTTP client library for node.js",
"contributors": [
{
"name": "Dan Webb",
"email": "dan@danwebb.net"
},
{
"name": "Ben Marvell",
"email": "ben@marvell-consulting.com"
}
],
"homepage": "https://github.com/danwrong/restler",
"repository": {
"type": "git",
"url": "https://github.com/danwrong/restler.git"
},
"directories": {
"lib": "./lib"
},
"main": "./lib/restler",
"engines": {
"node": ">= 0.10.x"
},
"scripts": {
"test": "node test/all.js"
},
"dependencies": {
"qs": "0.6.6",
"xml2js": "0.4.0",
"yaml": "0.2.3",
"iconv-lite": "0.2.11"
},
"devDependencies": {
"nodeunit": "0.8.2"
},
"bugs": {
"url": "https://github.com/danwrong/restler/issues"
},
"_id": "restler@3.2.2",
"dist": {
"shasum": "f6c532b937746093e3486387e57fb1051bdb2857",
"tarball": "http://registry.npmjs.org/restler/-/restler-3.2.2.tgz"
},
"_from": "restler@",
"_npmVersion": "1.4.4",
"_npmUser": {
"name": "easternbloc",
"email": "ben@marvell-consulting.com"
},
"maintainers": [
{
"name": "danwrong",
"email": "dan@danwebb.net"
},
{
"name": "ayoung",
"email": "andrewdyoung@gmail.com"
},
{
"name": "easternbloc",
"email": "ben@marvell-consulting.com"
}
],
"_shasum": "f6c532b937746093e3486387e57fb1051bdb2857",
"_resolved": "https://registry.npmjs.org/restler/-/restler-3.2.2.tgz"
}