facilmap/server/package.json

15 wiersze
329 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",
"dependencies": {
2014-12-14 17:02:24 +00:00
"sequelize": "2.0.0-rc3",
2016-09-28 11:19:25 +00:00
"socket.io": "^1.2.1",
2016-09-28 12:42:25 +00:00
"async": "^2.0.1",
2014-12-14 17:02:24 +00:00
"request" : "2.51.x",
"underscore" : "1.7.x"
2016-09-28 11:19:25 +00:00
"socket.io": "^1.2.1",
2014-04-07 00:33:49 +00:00
}
}