-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 909 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
41
42
{
"name": "spoticly",
"version": "1.0.1",
"description": "Browse, control and listen to spotify from the command line",
"main": "index.js",
"repository": "github:breizoreol/spoticly",
"scripts": {
"test": "mocha"
},
"author": "Breizoreol (Matthieu Rolland)",
"license": "ISC",
"dependencies": {
"commander": "^2.15.1",
"conf": "^1.4.0",
"spotify-node-applescript": "^1.1.1",
"spotify-web-api-node": "^3.0.0",
"term-img": "^2.1.0",
"terminal-kit": "^1.15.1",
"update-notifier": "^2.5.0"
},
"bin": {
"spoticly": "index.js"
},
"devDependencies": {
"chai": "^4.1.2",
"load-json-file": "^5.0.0",
"mocha": "^5.1.1",
"mock-stdin": "^0.3.1",
"write-json-file": "^2.3.0"
},
"keywords": [
"spotify",
"music",
"player",
"spotify-api",
"cli",
"playlist",
"artists",
"albums",
"compilations"
]
}