2014-10-31 16:42:58 +01: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 17:55:18 +01:00
|
|
|
"jquery": "~2.1.3",
|
2017-07-03 10:28:49 +02:00
|
|
|
"tweetnacl": "0.12.2",
|
2016-09-30 17:39:16 +02:00
|
|
|
"components-font-awesome": "^4.6.3",
|
2017-09-18 15:09:39 +02:00
|
|
|
"ckeditor": "4.7.3",
|
2016-09-29 16:23:27 +02:00
|
|
|
"codemirror": "^5.19.0",
|
2017-08-21 18:08:37 +02:00
|
|
|
"requirejs": "2.3.5",
|
2017-07-03 10:28:49 +02:00
|
|
|
"marked": "0.3.5",
|
2016-04-13 16:43:59 +02:00
|
|
|
"rangy": "rangy-release#~1.3.0",
|
2016-04-17 20:05:40 +02:00
|
|
|
"json.sortify": "~2.1.0",
|
2017-03-27 12:45:32 +02:00
|
|
|
"secure-fabric.js": "secure-v1.7.9",
|
2017-03-01 14:36:41 +01:00
|
|
|
"hyperjson": "~1.4.0",
|
2016-06-23 15:26:46 +02:00
|
|
|
"textpatcher": "^1.3.0",
|
2017-02-16 17:24:26 +01:00
|
|
|
"chainpad-json-validator": "^0.2.0",
|
2016-07-12 17:53:14 +02:00
|
|
|
"chainpad-crypto": "^0.1.3",
|
2017-02-16 17:24:26 +01:00
|
|
|
"chainpad-listmap": "^0.3.0",
|
2017-07-03 10:28:49 +02:00
|
|
|
"file-saver": "1.3.1",
|
|
|
|
|
"alertifyjs": "1.0.11",
|
|
|
|
|
"scrypt-async": "1.2.0",
|
|
|
|
|
"require-css": "0.1.10",
|
2017-06-21 18:02:38 +02:00
|
|
|
"less": "^2.7.2",
|
2017-07-05 10:09:42 +02:00
|
|
|
"bootstrap": "#v4.0.0-alpha.6",
|
2017-08-09 14:45:39 +02:00
|
|
|
"diff-dom": "2.1.1",
|
2017-08-11 10:40:57 +02:00
|
|
|
"nthen": "^0.1.5",
|
2017-09-07 12:45:07 +02:00
|
|
|
"open-sans-fontface": "^1.4.2",
|
2017-10-17 17:17:31 +02:00
|
|
|
"bootstrap-tokenfield": "^0.12.1",
|
2017-10-24 18:49:34 +02:00
|
|
|
"localforage": "^1.5.2",
|
|
|
|
|
"html2canvas": "^0.4.1"
|
2017-09-11 10:41:44 +02:00
|
|
|
},
|
|
|
|
|
"resolutions": {
|
|
|
|
|
"bootstrap": "v4.0.0-alpha.6"
|
2014-10-31 16:42:58 +01:00
|
|
|
}
|
|
|
|
|
}
|