{
  "name": "check-files-exist",
  "version": "1.0.1",
  "description": "Checks if the given array of file selectors or single selector resolves to a file.",
  "main": "check-files-exist.js",
  "scripts": {
    "test": "mocha test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apinnecke/check-files-exist.git"
  },
  "keywords": [
    "node.js",
    "glob",
    "files",
    "exist"
  ],
  "author": "Alexander Pinnecke <alexander.pinnecke@googlemail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/apinnecke/check-files-exist/issues"
  },
  "homepage": "https://github.com/apinnecke/check-files-exist#readme",
  "dependencies": {
    "glob": "^6.0.4",
    "q": "^1.4.1"
  },
  "devDependencies": {
    "mocha": "^2.4.5",
    "unexpected": "^10.8.1"
  }
}
