mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
30 lines
682 B
JSON
30 lines
682 B
JSON
{
|
|
"name": "arma3-server-management",
|
|
"description": "ArmA3 Server Management Backbone.js App",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node app.js",
|
|
"test": "node node_modules/mocha/bin/mocha --recursive"
|
|
},
|
|
"dependencies": {
|
|
"arma-server": "0.0.1",
|
|
"async": "^0.9.0",
|
|
"express": "3.x",
|
|
"express-resource": "~1.0.0",
|
|
"filesize": "^3.1.0",
|
|
"fs.extra": "~1.3.2",
|
|
"gamedig": "^0.2.11",
|
|
"lodash": "^3.6.0",
|
|
"playwithsix": "0.0.10",
|
|
"slug": "~0.4.0",
|
|
"socket.io": "^1.0.4",
|
|
"userhome": "^1.0.0",
|
|
"when": "~3.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "~2.1.0",
|
|
"should": "~5.0.0"
|
|
}
|
|
}
|