1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-06-27 14:01:35 +00:00
now-playing/package.json
2019-12-04 03:22:32 +01:00

16 lines
355 B
JSON

{
"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"
}
}