1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-07-03 18:57:57 +00:00
now-playing/package.json

16 lines
355 B
JSON
Raw Normal View History

2019-12-03 23:41:09 +00:00
{
"name": "now-playing",
"version": "1.0.0",
"description": " Handpicked Albums by the Glitch Family",
"main": "server.js",
"repository": {
"type": "git",
"url": "git+https://github.com/GlitchFamily/now-playing.git"
},
"devDependencies": {
"cors": "^2.8.5",
"express": "^4.17.1",
"netlify-cms-backend-fs": "^0.4.4"
}
}