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:
Melroy van den Berg 2017-10-27 16:54:02 +02:00 committed by GitHub
parent a68ff8a046
commit efd1ea28df
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@
"description": "ENiGMA½ Bulletin Board System", "description": "ENiGMA½ Bulletin Board System",
"author": "Bryan Ashby <bryan@l33t.codes>", "author": "Bryan Ashby <bryan@l33t.codes>",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
"main": "./core/bbs",
"scripts": {
"start": "node main"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/NuSkooler/enigma-bbs.git" "url": "https://github.com/NuSkooler/enigma-bbs.git"