-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.47 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
{
"name": "blear.node.request",
"version": "2.2.2",
"description": "Node 端请求工具",
"scripts": {
"live": "browser-sync start --config bs-config.js",
"test-travis": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly",
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha",
"prepublish": "npm test"
},
"preferGlobal": false,
"bin": {},
"engines": {
"node": ">=6.0.0",
"iojs": ">=1.0.0"
},
"main": "src/index.js",
"keywords": [
"blear",
"node",
"template",
"express",
"cloudcome",
"ydr.me"
],
"author": {
"name": "cloudcome",
"email": "[email protected]",
"url": "http://ydr.me"
},
"contributors": [],
"homepage": "https://github.com/blearjs/blear.node.template",
"repository": {
"type": "git",
"url": "https://github.com/blearjs/blear.node.template"
},
"bugs": {
"url": "https://github.com/blearjs/blear.node.template/issues"
},
"dependencies": {
"blear.classes.class": "^1.1.6",
"blear.node.console": "^1.0.7",
"blear.node.debug": "^1.0.4",
"blear.utils.access": "^1.0.5",
"blear.utils.function": "^1.0.5",
"blear.utils.object": "^1.0.14",
"blear.utils.typeis": "^1.0.3",
"request": "^2.88.0"
},
"peerDependencies": {},
"devDependencies": {
"chai-jasmine": "^1.0.7",
"express": "^4.16.3",
"istanbul": "^0.4.5",
"mocha": "^2.5.3",
"multer": "^1.4.0"
},
"license": "MIT"
}