temps_reel/software/UserInterfaceWeb/InterfaceUtilisateur/package.json
Sébastien DI MERCURIO 776a2f4ce6 initial commit
2018-08-27 16:39:49 +02:00

17 lines
309 B
JSON

{
"name": "dumby_ui",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "nodemon server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.16.2",
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.4"
}
}