UNPKG

alexa-app-router

Version:
42 lines (41 loc) 1.13 kB
{ "name": "alexa-app-router", "version": "0.1.2", "main": "alexa-app-router.js", "license": "SEE LICENSE IN LICENSE.md", "description": "README.md", "scripts": { "lint": "eslint alexa-app-router.js;", "test": "nyc --reporter=html --reporter=text --check-coverage --lines 90 --functions 90 --branches 90 ./node_modules/.bin/mocha" }, "repository": { "type": "git", "url": "git+https://github.com/alexa-js/alexa-app-router.git" }, "keywords": [ "alexa", "alexa-app", "alexa-js", "amazon", "echo", "router" ], "author": "Nick Coury", "bugs": { "url": "https://github.com/alexa-js/alexa-app-router/issues" }, "homepage": "https://github.com/alexa-js/alexa-app-router#readme", "devDependencies": { "alexa-app": "^4.0.1", "chai": "^3.5.0", "eslint": "^3.14.1", "eslint-config-standard": "^6.2.1", "eslint-plugin-promise": "^3.4.0", "eslint-plugin-standard": "^2.0.1", "lodash": "^4.17.4", "mocha": "^3.2.0", "nyc": "^11.0.3", "sinon": "^1.17.7", "sinon-chai": "^2.8.0" } }