{
  "name": "alexa-app",
  "version": "4.2.3",
  "description": "A module to simplify creation of Alexa (Amazon Echo) apps (Skills) using Node.js",
  "main": "index.js",
  "types": "types",
  "author": "Matt Kruse <github@mattkruse.com> (http://mattkruse.com)",
  "engines": {
    "node": ">=1"
  },
  "keywords": [
    "amazon",
    "echo",
    "alexa",
    "skills"
  ],
  "scripts": {
    "lint": "eslint index.js;",
    "coverage": "istanbul cover _mocha -- -R spec",
    "dtslint": "./node_modules/.bin/dtslint types && ./node_modules/.bin/tsc -p test",
    "test": "./node_modules/.bin/mocha --compilers js:babel-core/register",
    "test-with-coverage": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec ./test/*.js --compilers js:babel-core/register",
    "danger": "./node_modules/.bin/danger"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/alexa-js/alexa-app.git"
  },
  "bugs": {
    "url": "https://github.com/alexa-js/alexa-app/issues"
  },
  "license": "MIT",
  "dependencies": {
    "@types/chai-as-promised": "^7.1.0",
    "alexa-utterances": "^0.2.0",
    "alexa-verifier-middleware": "^1.0.0",
    "bluebird": "^2.10.2",
    "body-parser": "^1.15.2",
    "lodash.defaults": "^4.2.0",
    "numbered": "^1.0.0"
  },
  "devDependencies": {
    "@types/chai": "^4.0.4",
    "@types/mocha": "^2.2.42",
    "@types/node": "^8.0.25",
    "babel-core": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "chai": "^3.4.1",
    "chai-as-promised": "^5.3.0",
    "chai-string": "1.4.0",
    "coveralls": "^2.11.9",
    "danger": "0.6.10",
    "ejs": "^2.5.5",
    "eslint": "^2.9.0",
    "esprima": "^3.1.3",
    "express": "^4.14.0",
    "istanbul": "^1.1.0-alpha.1",
    "mocha": "^2.3.4",
    "sinon": "^1.17.7",
    "sinon-chai": "^2.8.0",
    "supertest": "^2.0.1",
    "typescript": "^2.5"
  }
}
