UNPKG

alexa-app-savant

Version:

alexa-app app for Savant automation systems

42 lines (41 loc) 1.04 kB
{ "name": "alexa-app-savant", "version": "1.0.0", "description": "alexa-app app for Savant automation systems", "main": "index.js", "homepage": "https://gitlab.com/twentyeight7/alexa-app-savant", "repository": { "type": "git", "url": "git+https://gitlab.com/twentyeight7/alexa-app-savant.git" }, "bugs": { "url": "https://tree.taiga.io/project/twentyeight7-alexa-app-savant/issues", "email": "Christopher.Clark@28seven.com" }, "keywords": [ "alexa", "alexa-app", "savant" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": { "name": "Christopher Clark", "email" : "Christopher.Clark@28seven.com", "url" : "http://28seven.com/christopherclark" }, "license": "ISC", "dependencies": { "alexa-app": "^2.3.4", "alexa-app-server": "^2.2.4", "body-parser": "^1.15.2", "didyoumean": "^1.2.1", "lodash": "^4.17.2", "simple-plist": "^0.2.1", "q": "^1.4.1" }, "optionalDependencies": { "dnode": "^1.2.2" } }