1
0
Fork 0

Add some required packages to package.json

This commit is contained in:
Starbeamrainbowlabs 2017-02-23 19:29:14 +00:00
parent 807daa3563
commit f72b0819ba
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@
"homepage": "https://git.starbeamrainbowlabs.com/sbrl/Nibriboard#nibriboard",
"main": "index.js",
"dependencies": {
"event-emitter-es6": "^1.1.5",
"favicon-notification": "^0.1.4",
"fps-indicator": "^1.0.2",
"pan-zoom": "^2.0.0",
"rollupify": "^0.3.8"
},