cryptpad/package.json

24 lines
835 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": "1.9.0",
"dependencies": {
"chainpad-server": "^1.0.1",
"express": "~4.10.1",
2016-09-17 00:45:40 +08:00
"nthen": "~0.1.0",
"saferphore": "0.0.1",
"tweetnacl": "~0.12.2",
"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",
"selenium-webdriver": "^2.53.1",
"less": "2.7.1"
2016-02-12 17:33:09 +08:00
},
"scripts": {
"lint": "jshint --config .jshintrc --exclude-path .jshintignore .",
"test": "node TestSelenium.js",
"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;"
}
2014-10-31 23:42:58 +08:00
}