cryptpad/package.json

18 lines
390 B
JSON
Raw Normal View History

2014-10-31 23:42:58 +08:00
{
"name": "cryptpad",
"description": "realtime collaborative visual editor with zero knowlege server",
"version": "0.1.0",
"dependencies": {
"express": "~4.10.1",
2016-02-11 19:28:05 +08:00
"ws": "^1.0.1",
"level": "~1.4.0",
"nthen": "~0.1.0"
2016-02-12 17:33:09 +08:00
},
"devDependencies": {
"jshint": "~2.9.1"
},
"scripts": {
"lint": "jshint --config .jshintrc --exclude-path .jshintignore ."
}
2014-10-31 23:42:58 +08:00
}