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": {
|
2015-02-14 18:42:18 +00:00
|
|
|
"start": "node app.js",
|
|
|
|
"test": "node node_modules/mocha/bin/mocha --recursive"
|
2014-07-26 08:34:24 +00:00
|
|
|
},
|
2014-02-09 03:19:48 +00:00
|
|
|
"dependencies": {
|
2015-04-03 10:11:20 +00:00
|
|
|
"arma-server": "0.0.1",
|
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-14 09:33:36 +00:00
|
|
|
"playwithsix": "0.0.10",
|
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"
|
2015-02-14 18:42:18 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"mocha": "~2.1.0",
|
|
|
|
"should": "~5.0.0"
|
2014-02-09 03:19:48 +00:00
|
|
|
}
|
2014-02-13 22:47:51 +00:00
|
|
|
}
|