26 lines
756 B
JSON
26 lines
756 B
JSON
{
|
|
"name": "harmony-api",
|
|
"version": "2.3.5",
|
|
"description": "A simple server providing a RESTful and MQTT based service for controlling and monitoring Harmony Hubs.",
|
|
"scripts": {
|
|
"start": "node app.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/maddox/harmony-api"
|
|
},
|
|
"author": "Jon Maddox <jon@jonmaddox.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/maddox/harmony-api/issues"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.12.4",
|
|
"morgan": "^1.6.1",
|
|
"body-parser": "^1.12.4",
|
|
"harmonyhubjs-client": "^1.1.0",
|
|
"harmonyhubjs-discover": "^1.0.2",
|
|
"parameterize": "^0.0.7",
|
|
"mqtt": "^1.4.1"
|
|
}
|
|
} |