aboutsummaryrefslogtreecommitdiff
path: root/node_modules/glob2base/package.json
blob: 1b7b9dd2f20ec62a9d10cfb796c18425b1035dfe (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
{
  "name": "glob2base",
  "description": "Extracts a base path from a node-glob instance",
  "version": "0.0.12",
  "homepage": "http://github.com/wearefractal/glob2base",
  "repository": {
    "type": "git",
    "url": "git://github.com/wearefractal/glob2base.git"
  },
  "author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
  "main": "./index.js",
  "files": [
    "index.js",
    "lib"
  ],
  "dependencies": {
    "find-index": "^0.1.1"
  },
  "devDependencies": {
    "coveralls": "^2.6.1",
    "istanbul": "^0.3.2",
    "jshint": "^2.4.1",
    "jshint-stylish": "^1.0.0",
    "mocha": "^2.0.0",
    "mocha-lcov-reporter": "^0.0.1",
    "glob": "^4.0.0",
    "should": "^4.0.0"
  },
  "scripts": {
    "lint": "jshint index.js --reporter node_modules/jshint-stylish/stylish.js --exclude node_modules",
    "test": "npm run-script lint && mocha --reporter spec",
    "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/wearefractal/glob2base/raw/master/LICENSE"
    }
  ]
}