facilmap/server/package.json

17 wiersze
354 B
JSON
Czysty Zwykły widok Historia

2014-04-07 00:33:49 +00:00
{
"name": "facilpad",
"description": "A real-time collaboration map",
"author": "Candid Dauth <cdauth@cdauth.eu>",
"version": "0.0.1",
"scripts": {
"start": "node lib/server.js"
},
2014-04-07 00:33:49 +00:00
"dependencies": {
2016-09-28 12:42:25 +00:00
"async": "^2.0.1",
2016-10-02 14:54:39 +00:00
"request": "^2.75.0",
"sequelize": "^3.24.3",
2016-09-28 11:19:25 +00:00
"socket.io": "^1.2.1",
2016-10-02 14:54:39 +00:00
"underscore": "^1.8.3"
2014-04-07 00:33:49 +00:00
}
}