-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.61 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
61
62
63
64
{
"name": "blear.classes.router",
"version": "2.2.2",
"description": "前端路由类",
"scripts": {
"live": "browser-sync start --config bs-config.js",
"test": "node ./node_modules/.bin/karma start karma.conf.js --single-run",
"prepublish": "npm test"
},
"preferGlobal": false,
"bin": {},
"engines": {
"node": ">= 4.0.0",
"iojs": ">= 1.0.0"
},
"main": "src/index.js",
"keywords": [
"blear",
"classes",
"router",
"cloudcome",
"ydr.me"
],
"author": {
"name": "cloudcome",
"email": "[email protected]",
"url": "http://ydr.me"
},
"contributors": [],
"homepage": "https://github.com/blearjs/blear.classes.router",
"repository": {
"type": "git",
"url": "https://github.com/blearjs/blear.classes.router"
},
"bugs": {
"url": "https://github.com/blearjs/blear.classes.router/issues"
},
"dependencies": {
"blear.classes.class": "^1.1.7",
"blear.classes.events": "^1.0.7",
"blear.core.event": "^1.0.5",
"blear.core.hashbang": "^1.1.3",
"blear.utils.access": "^1.0.5",
"blear.utils.array": "^1.0.12",
"blear.utils.object": "^1.0.14",
"blear.utils.plan": "^2.2.1",
"blear.utils.querystring": "^1.0.5",
"blear.utils.time": "^1.0.5",
"blear.utils.typeis": "^1.0.3",
"blear.utils.url": "^1.0.19"
},
"peerDependencies": {},
"devDependencies": {
"coolie.js": "2.2.3",
"jasmine-core": "2.8.0",
"karma": "1.7.1",
"karma-chrome-launcher": "2.2.0",
"karma-coolie": "2.0.2",
"karma-coverage": "1.1.1",
"karma-coveralls": "1.1.2",
"karma-jasmine": "1.1.0"
},
"license": "MIT"
}