arma-server-web-admin/package.json
2014-11-24 01:56:31 +01:00

21 lines
442 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": {
"async": "^0.9.0",
"express": "3.x",
"express-resource": "~1.0.0",
"gamedig": "^0.2.11",
"playwithsix": "0.0.6",
"slug": "~0.4.0",
"socket.io": "^1.0.4",
"userhome": "^1.0.0",
"when": "~3.1.0"
}
}