-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.4 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
47
48
49
50
51
52
53
54
55
56
{
"name": "blear.ui.mark-editor",
"version": "1.0.18",
"description": "markdown 纯文本编辑器",
"scripts": {},
"preferGlobal": false,
"bin": {},
"engines": {
"node": ">=6.0.0",
"iojs": ">=1.0.0"
},
"main": "src/index.js",
"keywords": [
"blear",
"cloudcome",
"ydr.me"
],
"author": {
"name": "cloudcome",
"email": "[email protected]",
"url": "https://ydr.me"
},
"contributors": [],
"homepage": "https://github.com/blearjs/blear.ui.mark-editor",
"repository": {
"type": "git",
"url": "https://github.com/blearjs/blear.ui.mark-editor"
},
"bugs": {
"url": "https://github.com/blearjs/blear.ui.mark-editor/issues"
},
"dependencies": {
"blear.classes.history": "^1.0.2",
"blear.classes.hotkey": "^1.0.1",
"blear.core.attribute": "^1.0.14",
"blear.core.event": "^1.1.5",
"blear.core.modification": "^1.0.7",
"blear.core.selector": "^1.0.11",
"blear.core.storage": "^1.1.3",
"blear.scss.flex": "^1.0.1",
"blear.ui": "^1.0.10",
"blear.ui.textarea": "^1.0.3",
"blear.utils.access": "^1.0.5",
"blear.utils.array": "^1.0.12",
"blear.utils.function": "^1.0.5",
"blear.utils.object": "^1.0.14",
"blear.utils.string": "^1.0.11",
"blear.utils.textarea": "^1.2.0",
"blear.utils.time": "^1.0.6"
},
"peerDependencies": {},
"devDependencies": {
"coolie.js": "2.3.1"
},
"license": "MIT"
}