-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.35 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
{
"name": "blear.classes.class",
"version": "1.1.6",
"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",
"class",
"cloudcome",
"ydr.me"
],
"author": {
"name": "cloudcome",
"email": "[email protected]",
"url": "http://ydr.me"
},
"contributors": [],
"homepage": "https://github.com/blearjs/blear.classes.class",
"repository": {
"type": "git",
"url": "https://github.com/blearjs/blear.classes.class"
},
"bugs": {
"url": "https://github.com/blearjs/blear.classes.class/issues"
},
"dependencies": {
"blear.utils.access": "1.x",
"blear.utils.typeis": "1.x",
"blear.utils.object": "1.x",
"blear.utils.debug": "1.x",
"blear.utils.random": "1.x"
},
"peerDependencies": {},
"devDependencies": {
"coolie.js": "^2.1.6",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-coolie": "^2.0.1",
"karma-coverage": "^0.5.5",
"karma-coveralls": "^1.1.2",
"karma-jasmine": "^0.3.8"
},
"license": "MIT"
}