-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
51 lines (51 loc) · 1.27 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "voiceplay",
"version": "0.3.11",
"description": "Voiceplay is an experimental method of controlling your airplay-connected devices by voice via the Amazon Echo, enabling you to search for and control content from YouTube and your iTunes media library and play it directly on your TV. ",
"main": "voiceplay.js",
"dependencies": {
"airplay2": "git+https://github.com/tajddin/node-airplay.git",
"natural": "^0.2.1",
"opennlp": "^1.1.0",
"youtube-node": "^1.3.0",
"ytdl-core": "^0.5.1",
"nlp_compromise": "^1.1.3",
"express": "^4.13.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tajddin/voiceplay.git"
},
"keywords": [
"amazon",
"echo",
"alexa",
"airplay",
"appletv",
"apple",
"tv",
"voice",
"activated",
"controlled",
"bayes",
"intent",
"classification",
"lambda",
"aws",
"voice",
"activated",
"itunes",
"media"
],
"author": "Tajddin Maghni",
"license": "MIT",
"bugs": {
"url": "https://github.com/tajddin/voiceplay/issues"
},
"homepage": "https://github.com/tajddin/voiceplay#readme"
}