-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 810 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 810 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
34
35
{
"name": "spotluck",
"url": "https://github.com/jonovono/spotluck",
"version": "1.1.12",
"description": "Listen to music together, with anyone, anywhere, in real time, on Spotify",
"bin": {
"spotluck": "bin/main.js"
},
"keywords": [
"cli",
"spotify",
"spotluck",
"music"
],
"repository": {
"type": "git",
"url": "https://github.com/jonovono/spotluck"
},
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jordan Howlett <jordan@howlett.io>",
"license": "ISC",
"dependencies": {
"chalk": "^1.1.1",
"death": "^1.0.0",
"faye": "^1.1.2",
"redis": "^2.4.2",
"sentencer": "^0.1.5",
"spotify-node-applescript": "^0.2.2",
"terminal-ui": "^1.0.3",
"yargs": "^3.32.0"
}
}