Browse Source

package.json : drop mongo dependency, bump ws dependency up to a modern version

master
ansuz 5 years ago
parent
commit
a8beeec0ad
1 changed files with 7 additions and 8 deletions
  1. 15
      package.json

15
package.json

@ -1,10 +1,9 @@
{
"name": "cryptpad",
"description": "realtime collaborative visual editor with zero knowlege server",
"version": "0.1.0",
"dependencies": {
"express": "~4.10.1",
"ws": "~0.4.32",
"mongodb": "~2.0.5"
}
"name": "cryptpad",
"description": "realtime collaborative visual editor with zero knowlege server",
"version": "0.1.0",
"dependencies": {
"express": "~4.10.1",
"ws": "~0.8.0"
}
}
Loading…
Cancel
Save