facilmap/server/package.json

13 wiersze
260 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": {
"mongoose": "x.x.x",
"socket.io": "x.x.x",
2014-04-07 23:10:53 +00:00
"async" : "x.x.x",
"marked" : "x.x.x"
2014-04-07 00:33:49 +00:00
}
}