cryptpad/package.json
ansuz 41fe0faa04 update websocket dependency to 1.0.1
Important bugfixes. ^ will keep bumping until 2.*.*
2016-01-16 06:30:48 -05:00

10 lines
200 B
JSON

{
"name": "cryptpad",
"description": "realtime collaborative visual editor with zero knowlege server",
"version": "0.1.0",
"dependencies": {
"express": "~4.10.1",
"ws": "^1.0.1"
}
}