2014-10-31 23:42:58 +08:00
|
|
|
{
|
2015-11-15 09:26:54 +08:00
|
|
|
"name": "cryptpad",
|
|
|
|
"description": "realtime collaborative visual editor with zero knowlege server",
|
2017-07-12 16:49:05 +08:00
|
|
|
"version": "1.11.0",
|
2015-11-15 09:26:54 +08:00
|
|
|
"dependencies": {
|
2017-05-11 21:54:15 +08:00
|
|
|
"chainpad-server": "^1.0.1",
|
2015-11-15 09:26:54 +08:00
|
|
|
"express": "~4.10.1",
|
2016-09-17 00:45:40 +08:00
|
|
|
"nthen": "~0.1.0",
|
2017-05-11 21:54:15 +08:00
|
|
|
"saferphore": "0.0.1",
|
2017-03-16 23:24:30 +08:00
|
|
|
"tweetnacl": "~0.12.2",
|
2017-05-11 21:54:15 +08:00
|
|
|
"ws": "^1.0.1"
|
2016-02-12 17:33:09 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-04-21 00:08:01 +08:00
|
|
|
"jshint": "~2.9.1",
|
2016-07-04 21:20:34 +08:00
|
|
|
"selenium-webdriver": "^2.53.1",
|
|
|
|
"less": "2.7.1"
|
2016-02-12 17:33:09 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-05-11 21:54:15 +08:00
|
|
|
"lint": "jshint --config .jshintrc --exclude-path .jshintignore .",
|
|
|
|
"test": "node TestSelenium.js",
|
2017-06-22 16:04:46 +08:00
|
|
|
"template": "cd customize.dist/src && for page in ../index.html ../privacy.html ../terms.html ../about.html ../contact.html ../../www/login/index.html ../../www/register/index.html ../../www/settings/index.html ../../www/user/index.html;do echo $page; cp template.html $page; done;"
|
2015-11-15 09:26:54 +08:00
|
|
|
}
|
2014-10-31 23:42:58 +08:00
|
|
|
}
|