35 lines
813 B
JSON
35 lines
813 B
JSON
{
|
|
"name": "pi-rfid-jukebox",
|
|
"version": "1.0.2",
|
|
"description": "RFID Jukebox powered by Node.js and Python",
|
|
"main": "player.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.abackstrom.com/annika/pi-rfid-jukebox"
|
|
},
|
|
"scripts": {
|
|
"watch": "nodemon -L player -e js,jade",
|
|
"start": "node player"
|
|
},
|
|
"author": "Annika Backstrom",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"bufferutil": "^4.0.1",
|
|
"express": "^4.17.1",
|
|
"express-handlebars": "^3.1.0",
|
|
"glob": "^7.1.6",
|
|
"morgan": "^1.7.0",
|
|
"multer": "^1.4.2",
|
|
"sqlite": "^3.0.3",
|
|
"throttle-debounce": "^2.1.0",
|
|
"utf-8-validate": "^5.0.2",
|
|
"uuid": "^3.3.3",
|
|
"winston": "^3.2.1",
|
|
"ws": "^7.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.2"
|
|
}
|
|
}
|