Update package.json and sync file.js

This commit is contained in:
Caleb James DeLisle
2018-01-23 12:18:08 +01:00
parent 006d99e19a
commit 88f3e730b9
2 changed files with 147 additions and 30 deletions

View File

@@ -3,10 +3,12 @@
"description": "realtime collaborative visual editor with zero knowlege server",
"version": "1.25.0",
"dependencies": {
"chainpad-server": "^1.0.1",
"chainpad-server": "^2.0.0",
"express": "~4.10.1",
"nthen": "~0.1.0",
"pull-stream": "^3.6.1",
"saferphore": "0.0.1",
"stream-to-pull-stream": "^1.7.2",
"tweetnacl": "~0.12.2",
"ws": "^1.0.1"
},