-
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.34 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.34 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": {
"name": "Hearst Emerging Tech"
},
"bin": {
"ask-deploy": "bin/ask-deploy.js"
},
"bugs": {
"url": "https://github.com/Hearst-DD/ask-deploy/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Stuart Chandra",
"email": "dev@stuartgc.com",
"url": "https://github.com/stuartgc"
}
],
"dependencies": {
"commander": "2.13.0",
"js-yaml": "3.10.0",
"semver": "5.5.0",
"shelljs": "0.8.1",
"url-exists": "1.0.3"
},
"deprecated": false,
"description": "Deploy wrapper for Alexa Skills Kit (ASK) to easily switch environments.",
"devDependencies": {
"chai": "4.1.2",
"mocha": "5.0.0",
"nyc": "11.4.1",
"sinon": "4.3.0"
},
"homepage": "https://github.com/Hearst-DD/ask-deploy#readme",
"keywords": [
"ask",
"ask-cli",
"cli",
"deploy"
],
"license": "Apache 2.0",
"name": "ask-deploy",
"repository": {
"type": "git",
"url": "git+https://github.com/Hearst-DD/ask-deploy.git"
},
"scripts": {
"test": "mocha --recursive --reporter spec",
"test-coverage": "nyc mocha --recursive --reporter spec && nyc report --reporter=html"
},
"version": "0.4.1"
}