-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.01 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
39
40
41
42
43
44
45
46
{
"name": "gulf-editor-quill",
"version": "5.0.1",
"description": "Convenient gulf bindings for quillJS (using shareaJS's rich text OT type)",
"dependencies": {
"babel-runtime": "^6.11.6",
"core-js": "2.x",
"gulf": "5.x",
"rich-text": "3.x"
},
"main": "./lib/index",
"scripts": {
"build": "babel src --out-dir lib"
},
"babel": {
"presets": [
"es2015"
],
"plugins": [
"transform-runtime"
]
},
"devDependencies": {
"babel-cli": "6.x",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "6.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gulf/gulf-editor-quill.git"
},
"keywords": [
"operational transformation",
"ot",
"quill",
"quillJS",
"rich text",
"rtf"
],
"author": "Marcel Klehr <[email protected]>",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/gulf/gulf-editor-quill/issues"
},
"homepage": "https://github.com/gulf/gulf-editor-quill#readme"
}