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": {
"sequelize": "^3.24.3",
"async": "^2.0.1",
"request" : "2.51.x",
"underscore" : "1.7.x"
"socket.io": "^1.2.1",
}
}