-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (33 loc) · 735 Bytes
/
package.json
File metadata and controls
34 lines (33 loc) · 735 Bytes
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
{
"name": "convey",
"version": "1.0.0",
"description": "Alt Fact for Echo",
"main": "index.js",
"scripts": {
"start": "make s",
"test": "make test",
"danger": "./node_modules/.bin/danger",
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -R spec"
},
"keywords": [
"Echo",
"Alternative",
"Fact",
"convey"
],
"author": "Ashkan Nasseri",
"license": "MIT",
"dependencies": {
"alexa-app-server": "2.2.4"
},
"devDependencies": {
"mocha": "3.1.2",
"chai": "3.5.0",
"chai-http": "3.0.0",
"chai-string": "1.3.0",
"danger": "0.7.5",
"jest-environment-node": "18.0.0",
"istanbul": "0.4.5",
"coveralls": "^2.11.15"
}
}