mirror of https://github.com/xwiki-labs/cryptpad
18 lines
390 B
JSON
18 lines
390 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",
|
|
"level": "~1.4.0",
|
|
"nthen": "~0.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"jshint": "~2.9.1"
|
|
},
|
|
"scripts": {
|
|
"lint": "jshint --config .jshintrc --exclude-path .jshintignore ."
|
|
}
|
|
}
|