2016-12-07 12:27:41 +01:00

17 lines
346 B
JSON

{
"name": "spotify",
"version": "1.0.0",
"description": "spotify api sandbox",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "gauthier",
"license": "ISC",
"dependencies": {
"express": "^4.14.0",
"socket.io": "^1.7.1",
"spotify-web-api-node": "^2.3.6"
}
}