cryptpad/bower.json

59 lines
1.4 KiB
JSON
Raw Normal View History

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": {
2019-12-03 00:11:31 +08:00
"jquery": "2.2.4",
"tweetnacl": "0.12.2",
"components-font-awesome": "^4.6.3",
2020-04-20 21:22:16 +08:00
"ckeditor": "4.14.0",
"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",
"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",
"hyperjson": "~1.4.0",
2018-05-03 21:45:59 +08:00
"chainpad-crypto": "^0.2.0",
2020-12-08 00:49:33 +08:00
"chainpad-listmap": "^0.10.0",
2020-03-26 23:36:49 +08:00
"chainpad": "^5.2.0",
"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",
"html2canvas": "^0.4.1",
2018-02-15 22:38:39 +08:00
"croppie": "^2.5.0",
"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",
"dragula.js": "3.7.2",
"MathJax": "3.0.5"
},
"resolutions": {
2019-12-03 00:56:29 +08:00
"bootstrap": "^v4.0.0",
"jquery": "2.2.4"
2014-10-31 23:42:58 +08:00
}
}