cryptpad/bower.json

47 lines
1.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",
"tweetnacl": "0.12.2",
"components-font-awesome": "^4.6.3",
2017-06-20 12:59:08 +00:00
"ckeditor": "~4.7",
"codemirror": "^5.19.0",
"requirejs": "2.1.15",
"marked": "0.3.5",
"rangy": "rangy-release#~1.3.0",
2016-04-17 18:05:40 +00:00
"json.sortify": "~2.1.0",
2017-03-27 10:45:32 +00:00
"secure-fabric.js": "secure-v1.7.9",
"hyperjson": "~1.4.0",
2016-06-23 13:26:46 +00:00
"textpatcher": "^1.3.0",
"chainpad-json-validator": "^0.2.0",
2016-07-12 15:53:14 +00:00
"chainpad-crypto": "^0.1.3",
"chainpad-listmap": "^0.3.0",
"file-saver": "1.3.1",
"alertifyjs": "1.0.11",
"scrypt-async": "1.2.0",
"require-css": "0.1.10",
2017-06-21 16:02:38 +00:00
"less": "^2.7.2",
2017-07-05 08:09:42 +00:00
"bootstrap": "#v4.0.0-alpha.6",
2017-08-09 12:45:39 +00:00
"diff-dom": "2.1.1",
"nthen": "^0.1.5"
2017-08-10 13:05:57 +00:00
"open-sans-fontface": "^1.4.2"
2014-10-31 15:42:58 +00:00
}
}