forked from ottypes/rich-text
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 776 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 776 Bytes
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
{
"name": "rich-text",
"version": "4.1.0",
"description": "OT type for rich text",
"author": "Jason Chen <jhchen7@gmail.com>",
"homepage": "https://github.com/ottypes/rich-text",
"main": "index.js",
"dependencies": {
"quill-delta": "^4.2.1"
},
"devDependencies": {
"chai": "^4.2.0",
"lodash": "^4.17.15",
"mocha": "^6.1.4",
"ot-fuzzer": "^1.2.1"
},
"engines": {
"node": ">=0.10"
},
"license": "MIT",
"scripts": {
"test": "mocha test/**/*.js --timeout 5000"
},
"repository": {
"type": "git",
"url": "https://github.com/ottypes/rich-text"
},
"bugs": {
"url": "https://github.com/ottypes/rich-text/issues"
},
"keywords": [
"rich text",
"ot",
"operational transform",
"sharejs"
]
}