2014-10-31 15:42:58 +00:00
|
|
|
{
|
2015-11-15 01:26:54 +00:00
|
|
|
"name": "cryptpad",
|
|
|
|
"description": "realtime collaborative visual editor with zero knowlege server",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"dependencies": {
|
|
|
|
"express": "~4.10.1",
|
2016-02-11 11:28:05 +00:00
|
|
|
"ws": "^1.0.1",
|
|
|
|
"level": "~1.4.0",
|
|
|
|
"nthen": "~0.1.0"
|
2016-02-12 09:33:09 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-04-20 16:08:01 +00:00
|
|
|
"jshint": "~2.9.1",
|
|
|
|
"selenium-webdriver": "^2.53.1"
|
2016-02-12 09:33:09 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2016-04-20 16:58:02 +00:00
|
|
|
"lint": "jshint --config .jshintrc --exclude-path .jshintignore .",
|
|
|
|
"test": "node TestSelenium.js"
|
2015-11-15 01:26:54 +00:00
|
|
|
}
|
2014-10-31 15:42:58 +00:00
|
|
|
}
|