cryptpad/bower.json

38 lines
907 B
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": {
2015-01-30 00:55:18 +08:00
"jquery": "~2.1.3",
2014-10-31 23:42:58 +08:00
"tweetnacl": "~0.12.2",
"ckeditor": "~4.5.6",
"requirejs": "~2.1.15",
"modalBox": "~1.0.2",
"reconnectingWebsocket": "",
"diff-dom": "https://github.com/fiduswriter/diffDOM.git#6fdb82c8a4f2096c07c129797a313fe13769e094",
2016-02-19 21:08:41 +08:00
"marked": "~0.3.5",
"rangy": "rangy-release#~1.3.0",
2016-04-18 02:05:40 +08:00
"json.sortify": "~2.1.0",
2016-05-09 17:41:02 +08:00
"fabric.js": "fabric#~1.6.0",
"hyperjson": "~1.2.2",
2016-05-25 18:33:28 +08:00
"textpatcher": "^1.2.0",
2016-06-02 22:54:47 +08:00
"proxy-polyfill": "^0.1.5",
"chainpad": "^0.2.2"
2014-10-31 23:42:58 +08:00
}
}