arma-server-web-admin/package.json

22 lines
517 B
JSON

{
"name": "arma3-server-management",
"description": "ArmA3 Server Management Backbone.js App",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"arma-server": "git+https://github.com/Dahlgren/node-arma-server.git",
"async": "^0.9.0",
"express": "3.x",
"express-resource": "~1.0.0",
"gamedig": "^0.2.11",
"playwithsix": "0.0.9",
"slug": "~0.4.0",
"socket.io": "^1.0.4",
"userhome": "^1.0.0",
"when": "~3.1.0"
}
}