-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.48 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
57
58
59
60
{
"name": "blear.ui.application",
"version": "2.2.0",
"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",
"application",
"cloudcome",
"ydr.me"
],
"author": {
"name": "cloudcome",
"email": "[email protected]",
"url": "http://ydr.me"
},
"contributors": [],
"homepage": "https://github.com/blearjs/blear.ui.application",
"repository": {
"type": "git",
"url": "https://github.com/blearjs/blear.ui.application"
},
"bugs": {
"url": "https://github.com/blearjs/blear.ui.application/issues"
},
"dependencies": {
"blear.classes.class": "^1.1.7",
"blear.core.attribute": "^1.0.11",
"blear.core.event": "^1.1.5",
"blear.core.layout": "^1.0.6",
"blear.core.modification": "^1.0.7",
"blear.core.selector": "^1.0.10",
"blear.ui": "^1.0.8",
"blear.utils.array": "^1.0.12",
"blear.utils.function": "^1.0.5",
"blear.utils.object": "^1.0.14",
"blear.utils.random": "^1.0.3",
"blear.utils.scope-css": "^2.0.2",
"blear.utils.time": "^1.0.5"
},
"peerDependencies": {},
"devDependencies": {
"blear.classes.animation": "^1.1.1",
"blear.classes.router": "^2.0.4",
"blear.core.transform": "^1.0.6",
"blear.ui.loading": "^1.0.11",
"coolie.js": "^2.2.3"
},
"license": "MIT"
}