pi-rfid-jukebox/package.json

35 lines
813 B
JSON
Raw Normal View History

{
2019-12-14 19:20:18 +00:00
"name": "pi-rfid-jukebox",
2019-12-14 21:19:06 +00:00
"version": "1.0.2",
"description": "RFID Jukebox powered by Node.js and Python",
"main": "player.js",
2019-12-14 19:20:18 +00:00
"repository": {
"type": "git",
"url": "https://git.abackstrom.com/annika/pi-rfid-jukebox"
},
"scripts": {
"watch": "nodemon -L player -e js,jade",
"start": "node player"
},
2019-12-14 19:20:18 +00:00
"author": "Annika Backstrom",
"license": "ISC",
"dependencies": {
2019-12-14 19:20:18 +00:00
"body-parser": "^1.19.0",
"bufferutil": "^4.0.1",
"express": "^4.17.1",
"express-handlebars": "^3.1.0",
2019-12-14 19:20:18 +00:00
"glob": "^7.1.6",
"morgan": "^1.7.0",
2019-12-17 17:12:53 +00:00
"multer": "^1.4.2",
2019-12-15 02:11:21 +00:00
"sqlite": "^3.0.3",
2019-12-14 19:20:18 +00:00
"throttle-debounce": "^2.1.0",
"utf-8-validate": "^5.0.2",
2019-12-15 02:11:21 +00:00
"uuid": "^3.3.3",
2019-12-14 19:20:18 +00:00
"winston": "^3.2.1",
"ws": "^7.2.1"
2019-12-14 19:47:49 +00:00
},
"devDependencies": {
"nodemon": "^2.0.2"
}
}