Archived
4
1
Fork 0
This repository has been archived on 2019-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
Mario/package.json
2018-04-24 20:56:07 +02:00

21 lines
416 B
JSON

{
"name": "mario",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"dev": "nodemon server"
},
"author": "Simon Giesel",
"license": "ISC",
"dependencies": {
"babel-polyfill": "^6.26.0",
"branded-qr-code": "^1.3.0",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"socket.io": "^2.1.0"
},
"devDependencies": {
"nodemon": "^1.17.3"
}
}