Support npm start
Fill-in the missing pieces in the package.json file. From now on `npm start` just works like all other nodejs apps.
This commit is contained in:
parent
a68ff8a046
commit
efd1ea28df
|
@ -4,6 +4,10 @@
|
|||
"description": "ENiGMA½ Bulletin Board System",
|
||||
"author": "Bryan Ashby <bryan@l33t.codes>",
|
||||
"license": "BSD-2-Clause",
|
||||
"main": "./core/bbs",
|
||||
"scripts": {
|
||||
"start": "node main"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/NuSkooler/enigma-bbs.git"
|
||||
|
|
Loading…
Reference in New Issue