-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 732 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 732 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
{
"name": "mountain-project-alexa-skill",
"version": "1.0.0",
"description": "An Alexa Skill to interact with the Mountain Project Data API",
"main": "src/app.js",
"scripts": {
"deploy": "TMPDIR=/tmp node-lambda deploy",
"test": "nodeunit tests/",
"interaction-model": "node src/generate-interaction-model.js"
},
"keywords": [
"climbing",
"lambda",
"alexa",
"skill",
"alexa",
"mountain",
"project"
],
"author": "Matt Gowie",
"license": "ISC",
"dependencies": {
"alexa-app": "^2.4.0",
"alexa-sdk": "^1.0.6",
"lodash": "^4.17.4",
"nodeunit": "^0.10.2",
"redis": "^2.6.5",
"request": "^2.79.0"
},
"devDependencies": {
"nock": "^9.0.2"
}
}