forked from onetune/spotify-web-helper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 707 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 707 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
{
"name": "spotify-web-helper",
"version": "1.7.0",
"description": "Control Spotify from node!",
"main": "index.js",
"scripts": {
"test": "echo \"No tests\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/onetune/spotify-web-helper.git"
},
"keywords": [
"spotify"
],
"author": "Jonny <jonathanburger11@gmail.com> (http://jonny.io)",
"license": "ISC",
"bugs": {
"url": "https://github.com/onetune/spotify-web-helper/issues"
},
"homepage": "https://github.com/onetune/spotify-web-helper#readme",
"dependencies": {
"chalk": "^1.1.3",
"process-exists": "^1.0.0",
"request": "^2.61.0",
"user-home": "^2.0.0"
}
}