|
|
@ -1,7 +1,7 @@
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"name": "cryptpad",
|
|
|
|
"name": "cryptpad",
|
|
|
|
"description": "realtime collaborative visual editor with zero knowlege server",
|
|
|
|
"description": "realtime collaborative visual editor with zero knowlege server",
|
|
|
|
"version": "4.9.0",
|
|
|
|
"version": "4.10.0",
|
|
|
|
"license": "AGPL-3.0+",
|
|
|
|
"license": "AGPL-3.0+",
|
|
|
|
"repository": {
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"type": "git",
|
|
|
@ -45,7 +45,8 @@
|
|
|
|
"lint:js": "jshint --config .jshintrc --exclude-path .jshintignore .",
|
|
|
|
"lint:js": "jshint --config .jshintrc --exclude-path .jshintignore .",
|
|
|
|
"lint:server": "jshint --config .jshintrc lib",
|
|
|
|
"lint:server": "jshint --config .jshintrc lib",
|
|
|
|
"lint:less": "./node_modules/lesshint/bin/lesshint -c ./.lesshintrc ./customize.dist/src/less2/",
|
|
|
|
"lint:less": "./node_modules/lesshint/bin/lesshint -c ./.lesshintrc ./customize.dist/src/less2/",
|
|
|
|
"lint:translations": "node ./scripts/unused-translations.js",
|
|
|
|
"lint:translations": "node ./scripts/lint-translations.js",
|
|
|
|
|
|
|
|
"unused-translations": "node ./scripts/unused-translations.js",
|
|
|
|
"test": "node scripts/TestSelenium.js",
|
|
|
|
"test": "node scripts/TestSelenium.js",
|
|
|
|
"test-rpc": "cd scripts/tests && node test-rpc",
|
|
|
|
"test-rpc": "cd scripts/tests && node test-rpc",
|
|
|
|
"template": "cd customize.dist/src && for page in ../index.html ../privacy.html ../terms.html ../contact.html ../what-is-cryptpad.html ../features.html ../../www/login/index.html ../../www/register/index.html ../../www/user/index.html;do echo $page; cp template.html $page; done;",
|
|
|
|
"template": "cd customize.dist/src && for page in ../index.html ../privacy.html ../terms.html ../contact.html ../what-is-cryptpad.html ../features.html ../../www/login/index.html ../../www/register/index.html ../../www/user/index.html;do echo $page; cp template.html $page; done;",
|
|
|
|