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",
|
2019-04-09 00:41:50 +08:00
|
|
|
"version": "2.20.0",
|
2018-06-25 19:45:25 +08:00
|
|
|
"license": "AGPL-3.0+",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/xwiki-labs/cryptpad.git"
|
|
|
|
},
|
2015-11-15 09:26:54 +08:00
|
|
|
"dependencies": {
|
2018-06-21 22:55:54 +08:00
|
|
|
"chainpad-server": "~2.1.0",
|
2018-03-05 21:51:22 +08:00
|
|
|
"express": "~4.16.0",
|
2018-07-19 16:33:01 +08:00
|
|
|
"fs-extra": "^7.0.0",
|
2016-09-17 00:45:40 +08:00
|
|
|
"nthen": "~0.1.0",
|
2018-01-23 19:18:08 +08:00
|
|
|
"pull-stream": "^3.6.1",
|
2018-02-06 18:35:24 +08:00
|
|
|
"replify": "^1.2.0",
|
2017-05-11 21:54:15 +08:00
|
|
|
"saferphore": "0.0.1",
|
2018-03-20 18:31:37 +08:00
|
|
|
"sortify": "^1.0.4",
|
2018-01-23 19:18:08 +08:00
|
|
|
"stream-to-pull-stream": "^1.7.2",
|
2017-03-16 23:24:30 +08:00
|
|
|
"tweetnacl": "~0.12.2",
|
2019-03-28 00:00:28 +08:00
|
|
|
"ws": "^1.0.1",
|
|
|
|
"get-folder-size": "^2.0.1"
|
2016-02-12 17:33:09 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-12-08 23:25:57 +08:00
|
|
|
"flow-bin": "^0.59.0",
|
2018-01-16 18:53:23 +08:00
|
|
|
"heapdump": "^0.3.9",
|
2016-04-21 00:08:01 +08:00
|
|
|
"jshint": "~2.9.1",
|
2017-12-01 01:32:20 +08:00
|
|
|
"less": "2.7.1",
|
2017-12-08 23:25:57 +08:00
|
|
|
"lesshint": "^4.5.0",
|
2017-12-15 23:09:30 +08:00
|
|
|
"selenium-webdriver": "^3.6.0"
|
2016-02-12 17:33:09 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-08-24 17:34:46 +08:00
|
|
|
"start": "node server.js",
|
|
|
|
"dev": "DEV=1 node server.js",
|
2017-12-11 18:13:06 +08:00
|
|
|
"fresh": "FRESH=1 node server.js",
|
2017-12-08 23:25:57 +08:00
|
|
|
"lint": "jshint --config .jshintrc --exclude-path .jshintignore . && ./node_modules/lesshint/bin/lesshint -c ./.lesshintrc ./customize.dist/src/less2/",
|
2017-12-11 22:05:58 +08:00
|
|
|
"lint:js": "jshint --config .jshintrc --exclude-path .jshintignore .",
|
|
|
|
"lint:less": "./node_modules/lesshint/bin/lesshint -c ./.lesshintrc ./customize.dist/src/less2/",
|
2017-12-01 01:32:20 +08:00
|
|
|
"flow": "./node_modules/.bin/flow",
|
2019-03-29 00:10:37 +08:00
|
|
|
"test": "node scripts/TestSelenium.js",
|
2018-01-24 02:03:31 +08:00
|
|
|
"template": "cd customize.dist/src && for page in ../index.html ../privacy.html ../terms.html ../about.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;"
|
2015-11-15 09:26:54 +08:00
|
|
|
}
|
2014-10-31 23:42:58 +08:00
|
|
|
}
|