-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.63 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.63 KB
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
42
43
44
45
46
47
48
49
50
51
52
{
"author": "Hearst Emerging Tech",
"bugs": {
"url": "https://github.com/Hearst-DD/ask-toolkit/issues"
},
"bundleDependencies": false,
"contributors": [
"Stuart Chandra <dev@stuartgc.com> (https://github.com/stuartgc)",
"Tristan Himmelman <tristanhimmelman@gmail.com> (https://github.com/tristanhimmelman)"
],
"dependencies": {
"ask-sdk-core": "2.1.0",
"ask-sdk-dynamodb-persistence-adapter": "2.1.0",
"ask-sdk-model": "1.7.1",
"async": "2.6.0",
"aws-sdk": "^2.286.2",
"dashbot": "9.9.1",
"i18next": "11.3.3",
"request": "2.85.0"
},
"deprecated": false,
"description": "Toolkit to be used with ask-sdk to simplify Alexa development.",
"devDependencies": {
"aws-sdk-mock": "4.1.0",
"chai": "4.1.2",
"mocha": "4.1.0",
"nyc": "11.7.3",
"sinon": "4.1.4"
},
"homepage": "https://github.com/Hearst-DD/ask-toolkit#readme",
"keywords": [
"Alexa",
"skill",
"sdk"
],
"license": "Apache-2.0",
"main": "index.js",
"name": "ask-toolkit",
"repository": {
"type": "git",
"url": "git+https://github.com/Hearst-DD/ask-toolkit.git"
},
"scripts": {
"test": "export ENVIRONMENT=dev-test&&export S3_BUCKET=alexa-s3-bucket-dev&&export ANALYTICS_PROVIDER=dashbot&&export ANALYTICS_TOKEN=analyticsToken&& mocha --recursive --reporter spec",
"test-coverage": "export ENVIRONMENT=dev-test&&export S3_BUCKET=alexa-s3-bucket-dev&&export ANALYTICS_PROVIDER=dashbot&&export ANALYTICS_TOKEN=analyticsToken&& nyc mocha --recursive --reporter spec && nyc report --reporter=html"
},
"version": "4.1.0",
"directories": {
"lib": "lib",
"test": "test"
}
}