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-30 17:12:20 +00:00
|
|
|
"markdown": "~0.5.0",
|
2015-01-29 16:55:18 +00:00
|
|
|
"jquery.sheet": "master",
|
|
|
|
"jquery": "~2.1.3",
|
2014-10-31 15:42:58 +00:00
|
|
|
"tweetnacl": "~0.12.2",
|
2016-01-13 14:27:29 +00:00
|
|
|
"ckeditor": "~4.5.6",
|
2014-11-03 15:07:39 +00:00
|
|
|
"requirejs": "~2.1.15",
|
2014-11-04 09:51:53 +00:00
|
|
|
"modalBox": "~1.0.2",
|
2016-02-11 15:10:44 +00:00
|
|
|
"reconnectingWebsocket": "",
|
2016-03-03 10:21:52 +00:00
|
|
|
"diff-dom": "https://github.com/fiduswriter/diffDOM.git#6fdb82c8a4f2096c07c129797a313fe13769e094",
|
2016-02-19 13:08:41 +00:00
|
|
|
"marked": "~0.3.5",
|
2016-04-13 14:43:59 +00:00
|
|
|
"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-05-13 15:32:56 +00:00
|
|
|
"hyperjson": "~1.2.2",
|
|
|
|
"textpatcher": "^1.1.1"
|
2014-10-31 15:42:58 +00:00
|
|
|
}
|
|
|
|
}
|