add start script
This commit is contained in:
parent
513d05d8b0
commit
d14b3167df
1 changed files with 5 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "scrumblr",
|
"name": "scrumblr",
|
||||||
"description": "Web-based simulation of a physical agile sprint board that supports real-time collaboration.",
|
"description": "Web-based simulation of a physical agile sprint board that supports real-time collaboration.",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "http://github.com/aliasaria/scrumblr"
|
"url": "http://framagit.org/colibris/framemo"
|
||||||
},
|
},
|
||||||
"author": "Ali Asaria",
|
"author": "Ali Asaria",
|
||||||
"main": "server.js",
|
"main": "server.js",
|
||||||
|
@ -13,6 +13,9 @@
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "0.4.7"
|
"node": "0.4.7"
|
||||||
},
|
},
|
||||||
|
"scripts": {
|
||||||
|
"start": "node server.js"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "~0.9.0",
|
"async": "~0.9.0",
|
||||||
"compression": "^1.1.0",
|
"compression": "^1.1.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue