2014-10-31 23:42:58 +08:00
|
|
|
{
|
|
|
|
"name": "cryptpad",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"authors": [
|
|
|
|
"Caleb James DeLisle <cjd@cjdns.fr>"
|
|
|
|
],
|
|
|
|
"description": "realtime collaborative visual editor with zero knowlege server",
|
|
|
|
"main": "www/index.html",
|
|
|
|
"moduleType": [
|
|
|
|
"node"
|
|
|
|
],
|
|
|
|
"license": "AGPLv3",
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"node_modules",
|
|
|
|
"bower_components",
|
|
|
|
"test",
|
|
|
|
"tests"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2022-03-23 17:55:15 +08:00
|
|
|
"jquery": "3.6.0",
|
2017-07-03 16:28:49 +08:00
|
|
|
"tweetnacl": "0.12.2",
|
2016-09-30 23:39:16 +08:00
|
|
|
"components-font-awesome": "^4.6.3",
|
2020-04-20 21:22:16 +08:00
|
|
|
"ckeditor": "4.14.0",
|
2016-09-29 22:23:27 +08:00
|
|
|
"codemirror": "^5.19.0",
|
2017-08-22 00:08:37 +08:00
|
|
|
"requirejs": "2.3.5",
|
2020-06-04 03:08:51 +08:00
|
|
|
"marked": "1.1.0",
|
2016-04-13 22:43:59 +08:00
|
|
|
"rangy": "rangy-release#~1.3.0",
|
2016-04-18 02:05:40 +08:00
|
|
|
"json.sortify": "~2.1.0",
|
2017-03-01 21:36:41 +08:00
|
|
|
"hyperjson": "~1.4.0",
|
2018-05-03 21:45:59 +08:00
|
|
|
"chainpad-crypto": "^0.2.0",
|
2021-09-03 22:29:32 +08:00
|
|
|
"chainpad-listmap": "^1.0.0",
|
2020-03-26 23:36:49 +08:00
|
|
|
"chainpad": "^5.2.0",
|
2017-07-03 16:28:49 +08:00
|
|
|
"file-saver": "1.3.1",
|
|
|
|
"alertifyjs": "1.0.11",
|
|
|
|
"scrypt-async": "1.2.0",
|
|
|
|
"require-css": "0.1.10",
|
2018-03-19 23:45:36 +08:00
|
|
|
"bootstrap": "^v4.0.0",
|
2017-08-09 20:45:39 +08:00
|
|
|
"diff-dom": "2.1.1",
|
2019-08-27 23:08:24 +08:00
|
|
|
"nthen": "0.1.7",
|
2017-09-07 18:45:07 +08:00
|
|
|
"open-sans-fontface": "^1.4.2",
|
2021-04-20 16:00:55 +08:00
|
|
|
"bootstrap-tokenfield": "0.12.1",
|
2017-10-25 00:49:34 +08:00
|
|
|
"localforage": "^1.5.2",
|
2017-12-04 22:03:43 +08:00
|
|
|
"html2canvas": "^0.4.1",
|
2018-02-15 22:38:39 +08:00
|
|
|
"croppie": "^2.5.0",
|
2019-05-14 22:37:10 +08:00
|
|
|
"sortablejs": "^1.6.0",
|
2018-10-17 20:32:33 +08:00
|
|
|
"saferphore": "^0.0.1",
|
2022-03-25 14:32:12 +08:00
|
|
|
"jszip": "3.7.1",
|
2020-05-25 21:15:36 +08:00
|
|
|
"requirejs-plugins": "^1.0.3",
|
2020-06-27 20:40:15 +08:00
|
|
|
"dragula.js": "3.7.2",
|
2021-09-07 21:57:28 +08:00
|
|
|
"MathJax": "3.0.5"
|
2017-09-11 16:41:44 +08:00
|
|
|
},
|
|
|
|
"resolutions": {
|
2019-12-03 00:56:29 +08:00
|
|
|
"bootstrap": "^v4.0.0",
|
2022-03-24 19:14:33 +08:00
|
|
|
"jquery": "3.6.0"
|
2014-10-31 23:42:58 +08:00
|
|
|
}
|
|
|
|
}
|