cryptpad/bower.json

45 lines
1 KiB
JSON
Raw Normal View History

2014-10-31 15:42:58 +00: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-29 16:55:18 +00:00
"jquery": "~2.1.3",
2014-10-31 15:42:58 +00:00
"tweetnacl": "~0.12.2",
"ckeditor": "~4.5.6",
"requirejs": "~2.1.15",
"reconnectingWebsocket": "",
2016-02-19 13:08:41 +00:00
"marked": "~0.3.5",
"rangy": "rangy-release#~1.3.0",
2016-04-17 18:05:40 +00:00
"json.sortify": "~2.1.0",
2016-05-09 09:41:02 +00:00
"fabric.js": "fabric#~1.6.0",
2016-07-27 09:27:27 +00:00
"hyperjson": "~1.3.1",
2016-06-23 13:26:46 +00:00
"textpatcher": "^1.3.0",
2016-06-02 14:54:47 +00:00
"proxy-polyfill": "^0.1.5",
2016-06-03 14:23:25 +00:00
"chainpad": "^0.2.2",
"chainpad-json-validator": "^0.1.1",
2016-07-12 15:53:14 +00:00
"chainpad-crypto": "^0.1.3",
2016-06-21 15:12:56 +00:00
"chainpad-listmap": "^0.2.0",
"lil-uri": "^0.2.1",
"file-saver": "^1.3.1",
2016-07-06 13:14:41 +00:00
"diff-dom": "#gh-pages",
2016-08-02 16:37:00 +00:00
"alertifyjs": "^1.0.11",
"spin.js": "^2.3.2",
"scrypt-async": "^1.2.0"
2014-10-31 15:42:58 +00:00
}
}