aboutsummaryrefslogtreecommitdiff
path: root/node_modules/detect-file/package.json
blob: 22a9d42d39c43d734d01e3d466cae42b30837410 (plain)
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
{
  "name": "detect-file",
  "description": "Detect if a filepath exists and resolves the full filepath.",
  "version": "0.1.0",
  "homepage": "https://github.com/doowb/detect-file",
  "author": "Brian Woodward (https://github.com/doowb)",
  "repository": "doowb/detect-file",
  "bugs": {
    "url": "https://github.com/doowb/detect-file/issues"
  },
  "license": "MIT",
  "files": [
    "index.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "fs-exists-sync": "^0.1.0"
  },
  "devDependencies": {
    "gulp-format-md": "*",
    "mocha": "*"
  },
  "keywords": [],
  "verb": {
    "layout": "default",
    "plugins": [
      "gulp-format-md"
    ],
    "related": {
      "list": [
        "fs-exists-sync"
      ]
    },
    "reflinks": [
      "verb",
      "verb-readme-generator"
    ]
  }
}