This repository has been archived on 2026-05-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2014-10-31 16:42:58 +01:00
|
|
|
{
|
|
|
|
|
"name": "cryptpad",
|
|
|
|
|
"description": "realtime collaborative visual editor with zero knowlege server",
|
2014-12-04 10:53:47 +01:00
|
|
|
"version": "0.1.0",
|
2014-10-31 16:42:58 +01:00
|
|
|
"dependencies": {
|
|
|
|
|
"express": "~4.10.1",
|
|
|
|
|
"ws": "~0.4.32",
|
|
|
|
|
"mongodb": "~2.0.5"
|
|
|
|
|
}
|
|
|
|
|
}
|