-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.18 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.18 KB
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
{
"name": "blear.ui.window",
"version": "1.1.34",
"description": "窗口弹出框 UI",
"scripts": {
"live": "browser-sync start --config bs-config.js"
},
"preferGlobal": false,
"bin": {},
"engines": {
"node": ">=1.0.0",
"iojs": ">=1.0.0"
},
"main": "src/index.js",
"keywords": [
"blear",
"ui",
"window",
"cloudcome",
"ydr.me"
],
"author": {
"name": "cloudcome",
"email": "cloudcome@163.com",
"url": "http://ydr.me"
},
"contributors": [],
"homepage": "https://github.com/blearjs/blear.ui.window",
"repository": {
"type": "git",
"url": "https://github.com/blearjs/blear.ui.window"
},
"bugs": {
"url": "https://github.com/blearjs/blear.ui.window/issues"
},
"dependencies": {
"blear.core.attribute": "1.x",
"blear.core.layout": "^1.0.6",
"blear.core.modification": "1.x",
"blear.core.selector": "1.x",
"blear.ui": "1.x",
"blear.utils.access": "1.x",
"blear.utils.function": "1.x",
"blear.utils.number": "1.x",
"blear.utils.object": "1.x",
"blear.utils.typeis": "1.x"
},
"peerDependencies": {},
"devDependencies": {
"coolie.js": "^2.0.18"
},
"license": "MIT"
}