diff --git a/main.js b/app.js similarity index 100% rename from main.js rename to app.js diff --git a/package.json b/package.json index 26a5bc5..9322ed4 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "description": "ArmA3 Server Management Backbone.js App", "version": "0.0.1", "private": true, + "scripts": { + "start": "node app.js" + }, "dependencies": { "express": "3.x", "slug": "~0.4.0",