facilmap/server/package.json

17 wiersze
354 B
JSON

{
"name": "facilpad",
"description": "A real-time collaboration map",
"author": "Candid Dauth <cdauth@cdauth.eu>",
"version": "0.0.1",
"scripts": {
"start": "node lib/server.js"
},
"dependencies": {
"async": "^2.0.1",
"request": "^2.75.0",
"sequelize": "^3.24.3",
"socket.io": "^1.2.1",
"underscore": "^1.8.3"
}
}