-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "collaborative-rich-text-editor-demo",
"version": "1.0.0",
"description": "Example of application with collaborative access to rich text using Collaborative.js and SimpleMDE editor.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/collaborativejs/rich-text-editor-demo"
},
"bugs": {
"url": "https://github.com/collaborativejs/rich-text-editor-demo/issues"
},
"keywords": [
"Rich Text",
"Text Documents",
"Collaborative Text",
"JavaScript",
"Node.js",
"Live Editing",
"Collaborative Documents",
"Collaborative Software",
"Collaborative Access"
],
"author": "Collaborative.js <[email protected]> (http://collaborativejs.org)",
"license": "Apache-2.0",
"homepage": "http://collaborativejs.org",
"dependencies": {
"body-parser": "^1.17.2",
"collaborative": "^0.0.13",
"express": "^4.15.3",
"simplemde": "^1.11.2",
"uuid": "^3.1.0"
}
}