You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1022 B
JSON
44 lines
1022 B
JSON
{
|
|
"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": {
|
|
"jquery": "~2.1.3",
|
|
"tweetnacl": "~0.12.2",
|
|
"ckeditor": "~4.5.6",
|
|
"requirejs": "~2.1.15",
|
|
"reconnectingWebsocket": "",
|
|
"marked": "~0.3.5",
|
|
"rangy": "rangy-release#~1.3.0",
|
|
"json.sortify": "~2.1.0",
|
|
"fabric.js": "fabric#~1.6.0",
|
|
"hyperjson": "~1.3.1",
|
|
"textpatcher": "^1.3.0",
|
|
"proxy-polyfill": "^0.1.5",
|
|
"chainpad": "^0.2.2",
|
|
"chainpad-json-validator": "^0.1.1",
|
|
"chainpad-crypto": "^0.1.3",
|
|
"chainpad-listmap": "^0.2.0",
|
|
"lil-uri": "^0.2.1",
|
|
"file-saver": "^1.3.1",
|
|
"diff-dom": "#gh-pages",
|
|
"alertifyjs": "^1.0.11",
|
|
"spin.js": "^2.3.2"
|
|
}
|
|
}
|