forked from digiltd/alexa-assistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 900 Bytes
/
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
{
"name": "alexa-assistant",
"version": "2.0.0",
"description": "An unofficial coogle skill for Alexa",
"main": "index.js",
"dependencies": {
"alexa-sdk": "^1.0.24",
"every-moment": "^0.0.1",
"googleapis": "^19.0.0",
"pcm-volume": "^1.0.0",
"request": "^2.83.0",
"resolve": "^1.3.3",
"stream": "^0.0.2",
"wait-one-moment": "^0.0.2",
"xml-escape": "^1.1.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tartanguru/alexa-assistant.git"
},
"keywords": [
"alexa",
"skill",
"google",
"assistant"
],
"author": "Ross Atkin",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/tartanguru/alexa-assistant/issues"
},
"homepage": "https://github.com/tartanguru/alexa-assistant#readme"
}