ipod-widget-server/package.json
2019-07-15 21:57:23 +02:00

17 lines
383 B
JSON

{
"name": "ipod_widget_display",
"version": "1.0.0",
"description": "Server and website for an iPod Touch Widget Display",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jan Scheiper",
"license": "UNLICENSED",
"dependencies": {
"axios": "^0.19.0",
"dotenv": "^8.0.0",
"express": "^4.17.1"
}
}