UNPKG

restler

Version:

An HTTP client library for node.js

41 lines (40 loc) 783 B
{ "name": "restler", "version": "3.4.0", "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": "1.2.0", "xml2js": "0.4.0", "yaml": "0.2.3", "iconv-lite": "0.2.11" }, "devDependencies": { "nodeunit": "0.8.2" }, "license": "MIT" }