-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 884 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
{
"name": "spotifyscraperscript",
"version": "1.0.0",
"description": "takes a song and then traslates this to a list of popular playlists containing this song",
"main": "songToPlaylist.js",
"dependencies": {
"express": "^4.16.3",
"http": "0.0.0",
"path": "^0.12.7",
"request": "^2.88.0",
"socket.io": "^2.1.1"
},
"devDependencies": {},
"scripts": {
"test": "test",
"start": "node ./songToPlaylist.js"
},
"repository": {
"type": "git",
"url": "git+https://gist.github.com/36d656f73bfa381b63f722783cfaa7c9.git"
},
"keywords": [
"spotify",
"api",
"song",
"playlist",
"translate"
],
"author": "aron hommas and kevin ulrick",
"license": "ISC",
"bugs": {
"url": "https://gist.github.com/36d656f73bfa381b63f722783cfaa7c9"
},
"homepage": "https://gist.github.com/36d656f73bfa381b63f722783cfaa7c9"
}