add start script

This commit is contained in:
Tobias Ollive 2021-12-10 18:29:32 +01:00
parent 513d05d8b0
commit d14b3167df

View file

@ -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",