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-09-12 23:51:31 +00:00
|
|
|
"arma-server": "git+https://github.com/Dahlgren/node-arma-server.git",
|
2014-07-28 17:46:01 +00:00
|
|
|
"async": "^0.9.0",
|
2014-02-13 22:47:51 +00:00
|
|
|
"express": "3.x",
|
2014-04-06 01:10:09 +00:00
|
|
|
"express-resource": "~1.0.0",
|
2015-02-04 23:42:18 +00:00
|
|
|
"filesize": "^3.1.0",
|
2014-11-09 18:07:00 +00:00
|
|
|
"gamedig": "^0.2.11",
|
2015-02-01 01:43:52 +00:00
|
|
|
"playwithsix": "0.0.9",
|
2014-09-28 08:50:03 +00:00
|
|
|
"slug": "~0.4.0",
|
|
|
|
"socket.io": "^1.0.4",
|
|
|
|
"userhome": "^1.0.0",
|
|
|
|
"when": "~3.1.0"
|
2014-02-09 03:19:48 +00:00
|
|
|
}
|
2014-02-13 22:47:51 +00:00
|
|
|
}
|