1
|
{
|
2
|
"name": "detect-file",
|
3
|
"description": "Detects if a file exists and returns the resolved filepath.",
|
4
|
"version": "1.0.0",
|
5
|
"homepage": "https://github.com/doowb/detect-file",
|
6
|
"author": "Brian Woodward (https://github.com/doowb)",
|
7
|
"repository": "doowb/detect-file",
|
8
|
"bugs": {
|
9
|
"url": "https://github.com/doowb/detect-file/issues"
|
10
|
},
|
11
|
"license": "MIT",
|
12
|
"files": [
|
13
|
"index.js"
|
14
|
],
|
15
|
"main": "index.js",
|
16
|
"engines": {
|
17
|
"node": ">=0.10.0"
|
18
|
},
|
19
|
"scripts": {
|
20
|
"test": "mocha"
|
21
|
},
|
22
|
"dependencies": {},
|
23
|
"devDependencies": {
|
24
|
"gulp-format-md": "*",
|
25
|
"mocha": "*"
|
26
|
},
|
27
|
"keywords": [
|
28
|
"detect",
|
29
|
"exists",
|
30
|
"file",
|
31
|
"file exists",
|
32
|
"file-path",
|
33
|
"filepath",
|
34
|
"path",
|
35
|
"resolve",
|
36
|
"resolve file",
|
37
|
"resolve filepath"
|
38
|
],
|
39
|
"verb": {
|
40
|
"layout": "default",
|
41
|
"tasks": [
|
42
|
"readme"
|
43
|
],
|
44
|
"plugins": [
|
45
|
"gulp-format-md"
|
46
|
],
|
47
|
"related": {
|
48
|
"list": [
|
49
|
"fs-exists-sync"
|
50
|
]
|
51
|
},
|
52
|
"reflinks": [
|
53
|
"verb",
|
54
|
"verb-readme-generator"
|
55
|
],
|
56
|
"lint": {
|
57
|
"reflinks": true
|
58
|
}
|
59
|
}
|
60
|
}
|