-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"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"
}
}