2014-02-09 03:19:48 +00:00
|
|
|
{
|
|
|
|
"name": "arma3-server-management",
|
|
|
|
"description": "ArmA3 Server Management Backbone.js App",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
2014-07-26 08:34:24 +00:00
|
|
|
"scripts": {
|
|
|
|
"start": "node app.js"
|
|
|
|
},
|
2014-02-09 03:19:48 +00:00
|
|
|
"dependencies": {
|
2014-02-13 22:47:51 +00:00
|
|
|
"express": "3.x",
|
2014-04-04 08:37:43 +00:00
|
|
|
"slug": "~0.4.0",
|
2014-04-06 01:10:09 +00:00
|
|
|
"express-resource": "~1.0.0",
|
2014-04-08 21:49:40 +00:00
|
|
|
"when": "~3.1.0",
|
2014-06-04 22:19:54 +00:00
|
|
|
"playwithsix": "0.0.5",
|
|
|
|
"socket.io": "^1.0.4"
|
2014-02-09 03:19:48 +00:00
|
|
|
}
|
2014-02-13 22:47:51 +00:00
|
|
|
}
|