mirror of https://github.com/xwiki-labs/cryptpad
package.json : drop mongo dependency, bump ws dependency up to a modern version
This commit is contained in:
parent
1fe2219375
commit
a8beeec0ad
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…
Reference in New Issue