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