UNPKG

alexa-app

Version:

A module to simplify creation of Alexa (Amazon Echo) apps (Skills) using Node.js

15 lines (14 loc) 305 B
{ "name": "example", "version": "1.0.0", "description": "", "main": "test.js", "dependencies": { "body-parser": "^1.13.1", "ejs": "^2.3.1", "express": "^4.13.0", "alexa-app": ".." }, "author": "Matt Kruse <github@mattkruse.com> (http://mattkruse.com/)", "license": "MIT" }