-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 866 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
{
"name": "spotify-listen-along",
"version": "1.0.0",
"description": "Let people listen along to songs that you are listening to on Spotify",
"main": "index.js",
"dependencies": {
"cors": "^2.8.5",
"got": "^11.5.1",
"mysql": "^2.18.1",
"mongodb": "^3.5.9",
"mysql2": "^2.1.0",
"pg": "^8.3.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jahaanjain/spotify-listen-along.git"
},
"keywords": [
"spotify",
"twitch",
"listen",
"along",
"dmca",
"listenalong"
],
"author": "Jahaan Jain",
"license": "ISC",
"bugs": {
"url": "https://github.com/jahaanjain/spotify-listen-along/issues"
},
"homepage": "https://github.com/jahaanjain/spotify-listen-along#readme"
}