2014-02-09 03:19:48 +00:00
|
|
|
{
|
2017-02-18 18:36:37 +00:00
|
|
|
"name": "arma-server-web-admin",
|
2014-02-09 03:19:48 +00:00
|
|
|
"description": "ArmA3 Server Management Backbone.js App",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
2014-07-26 08:34:24 +00:00
|
|
|
"scripts": {
|
2017-02-18 18:36:37 +00:00
|
|
|
"install-windows-service": "winser -i -a -c",
|
|
|
|
"uninstall-windows-service": "winser -r -x -c",
|
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": {
|
2016-06-12 13:10:21 +00:00
|
|
|
"arma-server": "0.0.4",
|
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",
|
2015-07-22 18:16:30 +00:00
|
|
|
"fs.extra": "~1.3.2",
|
2014-11-09 18:07:00 +00:00
|
|
|
"gamedig": "^0.2.11",
|
2015-04-07 06:12:42 +00:00
|
|
|
"lodash": "^3.6.0",
|
2017-02-25 21:32:51 +00:00
|
|
|
"playwithsix": "0.0.11",
|
2014-09-28 08:50:03 +00:00
|
|
|
"slug": "~0.4.0",
|
|
|
|
"socket.io": "^1.0.4",
|
2015-08-15 15:12:50 +00:00
|
|
|
"steam-workshop": "0.0.1",
|
2014-09-28 08:50:03 +00:00
|
|
|
"userhome": "^1.0.0",
|
2017-02-18 18:36:37 +00:00
|
|
|
"when": "~3.1.0",
|
|
|
|
"winser": "^1.0.2"
|
2015-02-14 18:42:18 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"mocha": "~2.1.0",
|
2015-10-31 14:27:16 +00:00
|
|
|
"should": "~5.0.0",
|
|
|
|
"timekeeper": "0.0.5"
|
2014-02-09 03:19:48 +00:00
|
|
|
}
|
2014-02-13 22:47:51 +00:00
|
|
|
}
|