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": {
|
2015-01-30 00:55:18 +08:00
|
|
|
"jquery": "~2.1.3",
|
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",
|
2017-09-18 21:09:39 +08:00
|
|
|
"ckeditor": "4.7.3",
|
2016-09-29 22:23:27 +08:00
|
|
|
"codemirror": "^5.19.0",
|
2017-08-22 00:08:37 +08:00
|
|
|
"requirejs": "2.3.5",
|
2018-09-18 03:35:53 +08:00
|
|
|
"marked": "0.5.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-27 18:45:32 +08:00
|
|
|
"secure-fabric.js": "secure-v1.7.9",
|
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",
|
2018-06-26 21:31:57 +08:00
|
|
|
"chainpad-listmap": "^0.5.0",
|
2018-04-18 20:02:49 +08:00
|
|
|
"chainpad": "^5.1.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",
|
2019-01-11 01:20:32 +08:00
|
|
|
"less": "3.7.1",
|
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",
|
2017-08-11 16:40:57 +08:00
|
|
|
"nthen": "^0.1.5",
|
2017-09-07 18:45:07 +08:00
|
|
|
"open-sans-fontface": "^1.4.2",
|
2017-10-17 23:17:31 +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",
|
2019-02-11 20:57:48 +08:00
|
|
|
"jszip": "Stuk/jszip#^3.1.5",
|
|
|
|
"requirejs-plugins": "^1.0.3"
|
2017-09-11 16:41:44 +08:00
|
|
|
},
|
|
|
|
"resolutions": {
|
2018-03-19 23:45:36 +08:00
|
|
|
"bootstrap": "^v4.0.0"
|
2014-10-31 23:42:58 +08:00
|
|
|
}
|
|
|
|
}
|