forked from dkaraush/Dropbox-Player-for-Alexa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 882 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
38
39
40
{
"name": "dropbox-amazon-player",
"version": "1.0.0",
"description": "An alexa skill, which can play music from dropbox",
"main": "index.js",
"scripts": {
"start": "node wrapper.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dkaraush/Dropbox-Amazon-Player.git"
},
"keywords": [
"dropbox",
"alexa",
"amazon",
"echo",
"nodejs"
],
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/dkaraush/Dropbox-Amazon-Player/issues"
},
"homepage": "https://github.com/dkaraush/Dropbox-Amazon-Player#readme",
"devDependencies": {
"ask-sdk": "^2.0.6",
"child_process": "^1.0.2",
"colors": "^1.3.0",
"dropbox-v2-api": "^2.1.15",
"fs": "0.0.1-security",
"https": "^1.0.0",
"ngrok": "^3.0.1",
"node-id3": "^0.1.5",
"unzip": "^0.1.11"
},
"dependencies": {
"alexa-verifier": "^2.0.1"
}
}