3d-interface/package.json

19 lines
427 B
JSON
Raw Normal View History

2015-05-05 12:02:41 +02:00
{
"name": "3d-interface",
"version": "2.0.0",
"dependencies": {
"express": "4.0",
2015-05-18 09:52:04 +02:00
"jade": "1.9.2",
2015-05-18 15:33:14 +02:00
"pg": "4.3.0",
2015-05-18 17:51:20 +02:00
"body-parser": "1.12.4",
"cookie-parser": "1.3.4",
2015-06-09 17:36:21 +02:00
"cookie-session": "1.1.0",
"socket.io": "1.3.5",
"sleep": "2.0.0"
2015-05-12 17:32:58 +02:00
},
"repository": {
"type": "git",
2015-05-12 17:34:18 +02:00
"url": "https://github.com/tforgione/3dinterface.git"
2015-05-05 12:02:41 +02:00
}
}