diff --git a/package.json b/package.json index eadc78b..341ba9f 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "scrumblr", "description": "Web-based simulation of a physical agile sprint board that supports real-time collaboration.", - "version": "0.2.0", + "version": "0.2.1", "repository": { - "url": "http://github.com/aliasaria/scrumblr" + "url": "http://framagit.org/colibris/framemo" }, "author": "Ali Asaria", "main": "server.js", @@ -13,6 +13,9 @@ "engines": { "node": "0.4.7" }, + "scripts": { + "start": "node server.js" + }, "dependencies": { "async": "~0.9.0", "compression": "^1.1.0",