cryptpad/bower.json

58 lines
1.4 KiB
JSON
Raw Normal View History

2014-10-31 16:42:58 +01: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-02 11:11:31 -05:00
"jquery": "2.2.4",
"tweetnacl": "0.12.2",
"components-font-awesome": "^4.6.3",
2017-09-18 15:09:39 +02:00
"ckeditor": "4.7.3",
"codemirror": "^5.19.0",
2017-08-21 18:08:37 +02:00
"requirejs": "2.3.5",
"marked": "0.5.0",
"rangy": "rangy-release#~1.3.0",
2016-04-17 20:05:40 +02:00
"json.sortify": "~2.1.0",
2017-03-27 12:45:32 +02:00
"secure-fabric.js": "secure-v1.7.9",
"hyperjson": "~1.4.0",
2018-05-03 15:45:59 +02:00
"chainpad-crypto": "^0.2.0",
"chainpad-listmap": "^0.7.0",
2018-04-18 14:02:49 +02:00
"chainpad": "^5.1.0",
"file-saver": "1.3.1",
"alertifyjs": "1.0.11",
"scrypt-async": "1.2.0",
"require-css": "0.1.10",
"less": "3.7.1",
2018-03-19 16:45:36 +01:00
"bootstrap": "^v4.0.0",
2017-08-09 14:45:39 +02:00
"diff-dom": "2.1.1",
2019-08-27 17:08:24 +02:00
"nthen": "0.1.7",
2017-09-07 12:45:07 +02:00
"open-sans-fontface": "^1.4.2",
"bootstrap-tokenfield": "^0.12.1",
2017-10-24 18:49:34 +02:00
"localforage": "^1.5.2",
"html2canvas": "^0.4.1",
2018-02-15 15:38:39 +01:00
"croppie": "^2.5.0",
"sortablejs": "^1.6.0",
2018-10-17 14:32:33 +02:00
"saferphore": "^0.0.1",
2019-02-11 13:57:48 +01:00
"jszip": "Stuk/jszip#^3.1.5",
"requirejs-plugins": "^1.0.3"
},
"resolutions": {
2019-12-02 11:56:29 -05:00
"bootstrap": "^v4.0.0",
"jquery": "2.2.4"
2014-10-31 16:42:58 +01:00
}
}