aboutsummaryrefslogtreecommitdiff
path: root/node_modules/test-exclude/package.json
blob: 526c3fa81196dd9b2a8096253bfed28c34f8d7bf (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
46
47
{
  "name": "test-exclude",
  "version": "4.2.3",
  "description": "test for inclusion or exclusion of paths using pkg-conf and globs",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "scripts": {
    "pretest": "standard",
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/istanbuljs/istanbuljs.git"
  },
  "keywords": [
    "exclude",
    "include",
    "glob",
    "package",
    "config"
  ],
  "author": "Ben Coe <ben@npmjs.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/istanbuljs/istanbuljs/issues"
  },
  "homepage": "https://github.com/istanbuljs/istanbuljs#readme",
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^3.1.2",
    "standard": "^9.0.0"
  },
  "dependencies": {
    "arrify": "^1.0.1",
    "micromatch": "^2.3.11",
    "object-assign": "^4.1.0",
    "read-pkg-up": "^1.0.1",
    "require-main-filename": "^1.0.1"
  },
  "greenkeeper": {
    "ignore": [
      "read-pkg-up"
    ]
  }
}