forked from gitter-badger/node-spotify-downloader
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (36 loc) · 851 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
{
"name": "node-spotify-downloader",
"version": "0.0.1",
"description": "Download Spotify playlists, albums or tracks (from Spotify)",
"main": "main.js",
"dependencies": {
"async": "^0.9.0",
"coffee-script": "^1.9.0",
"colors": "*",
"commander": "*",
"lodash": "^3.0.0",
"mkdirp": "^0.5.0",
"node-id3": "^0.0.4",
"clone": "^1.0.2",
"string-format": "^0.5.0",
"spotify-web": "file:spot_node.tar.gz",
"request": "*",
"socket.io": "*",
"express": "*",
"http": "*",
"body-parser": "*"
},
"devDependencies": {
"source-map-support": "^0.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Lordmau5/node-spotify-downloader"
},
"preferGlobal": true,
"bin": {
"node-spotify-downloader": "main.js",
"nsd": "main.js"
},
"license": "MIT"
}