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",
|
2017-07-03 08:28:49 +00:00
|
|
|
"tweetnacl": "0.12.2",
|
2016-09-30 15:39:16 +00:00
|
|
|
"components-font-awesome": "^4.6.3",
|
2017-09-18 13:09:39 +00:00
|
|
|
"ckeditor": "4.7.3",
|
2016-09-29 14:23:27 +00:00
|
|
|
"codemirror": "^5.19.0",
|
2017-08-21 16:08:37 +00:00
|
|
|
"requirejs": "2.3.5",
|
2017-07-03 08:28:49 +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",
|
2017-03-27 10:45:32 +00:00
|
|
|
"secure-fabric.js": "secure-v1.7.9",
|
2017-03-01 13:36:41 +00:00
|
|
|
"hyperjson": "~1.4.0",
|
2018-05-03 13:45:59 +00:00
|
|
|
"chainpad-crypto": "^0.2.0",
|
2018-06-26 13:31:57 +00:00
|
|
|
"chainpad-listmap": "^0.5.0",
|
2018-04-18 12:02:49 +00:00
|
|
|
"chainpad": "^5.1.0",
|
2017-07-03 08:28:49 +00:00
|
|
|
"file-saver": "1.3.1",
|
|
|
|
"alertifyjs": "1.0.11",
|
|
|
|
"scrypt-async": "1.2.0",
|
|
|
|
"require-css": "0.1.10",
|
2018-07-17 14:21:54 +00:00
|
|
|
"less": "^3.7.1",
|
2018-03-19 15:45:36 +00:00
|
|
|
"bootstrap": "^v4.0.0",
|
2017-08-09 12:45:39 +00:00
|
|
|
"diff-dom": "2.1.1",
|
2017-08-11 08:40:57 +00:00
|
|
|
"nthen": "^0.1.5",
|
2017-09-07 10:45:07 +00:00
|
|
|
"open-sans-fontface": "^1.4.2",
|
2017-10-17 15:17:31 +00:00
|
|
|
"bootstrap-tokenfield": "^0.12.1",
|
2017-10-24 16:49:34 +00:00
|
|
|
"localforage": "^1.5.2",
|
2017-12-04 14:03:43 +00:00
|
|
|
"html2canvas": "^0.4.1",
|
2018-02-15 14:38:39 +00:00
|
|
|
"croppie": "^2.5.0",
|
2018-03-21 17:27:20 +00:00
|
|
|
"sortablejs": "#^1.6.0",
|
|
|
|
"saferphore": "^0.0.1"
|
2017-09-11 08:41:44 +00:00
|
|
|
},
|
|
|
|
"resolutions": {
|
2018-03-19 15:45:36 +00:00
|
|
|
"bootstrap": "^v4.0.0"
|
2014-10-31 15:42:58 +00:00
|
|
|
}
|
|
|
|
}
|