-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.3 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
{
"name": "blear.node.path",
"version": "1.0.9",
"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": ">=1.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.utils.access": "1.x",
"blear.utils.collection": "1.x",
"blear.utils.object": "1.x",
"blear.utils.typeis": "1.x",
"glob": "^7.0.3"
},
"peerDependencies": {},
"devDependencies": {
"chai": "^3.5.0",
"istanbul": "^0.4.3",
"mocha": "^2.4.5"
},
"license": "MIT"
}