homebridge-isy-js
Version:
Homebridge plugin for ISY series of home controllers from universal devices. Unsupported and no longer under active development.
74 lines (73 loc) • 1.69 kB
JSON
{
"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",
"gitHead": "f31e457eaedb54def4a5e3fc84b3a161be0889e0",
"bugs": {
"url": "https://github.com/danwrong/restler/issues"
},
"_id": "restler@3.4.0",
"_shasum": "741ec0b3d16b949feea2813d0c3c68529e888d9b",
"_from": "restler@",
"_npmVersion": "2.11.3",
"_nodeVersion": "0.12.7",
"_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"
}
],
"dist": {
"shasum": "741ec0b3d16b949feea2813d0c3c68529e888d9b",
"tarball": "http://registry.npmjs.org/restler/-/restler-3.4.0.tgz"
},
"_resolved": "https://registry.npmjs.org/restler/-/restler-3.4.0.tgz",
"readme": "ERROR: No README data found!"
}