Add modules

This commit is contained in:
Chars chan 2019-08-29 17:35:39 -06:00 committed by GitHub
parent 17cb828665
commit d2d43007fc
1 changed files with 9 additions and 1 deletions

View File

@ -20,5 +20,13 @@
"bugs": {
"url": "https://github.com/BopItFreak/mpp-server/issues"
},
"homepage": "https://github.com/BopItFreak/mpp-server#readme"
"homepage": "https://github.com/BopItFreak/mpp-server#readme",
"dependencies": {
"asyncconsole": "^1.3.9",
"events": "^3.0.0",
"keccak": "^2.0.0",
"node-json-color-stringify": "^1.1.0",
"ws": "^7.1.2"
},
"devDependencies": {}
}