{
  "name": "files-exist",
  "version": "1.1.0",
  "description": "Verify that all the filenames in an array are existing files",
  "main": "lib/files-exist.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/Kaivosukeltaja/files-exist"
  },
  "bugs": "https://github.com/Kaivosukeltaja/files-exist/issues",
  "scripts": {
    "test": "mocha",
    "test-cov": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  },
  "keywords": [
    "files",
    "exist",
    "glob",
    "build",
    "testing"
  ],
  "author": "Niko Salminen",
  "license": "MIT",
  "dependencies": {
    "defaults": "^1.0.3",
    "glob": "^6.0.2"
  },
  "devDependencies": {
    "chai": "^3.4.1",
    "coveralls": "^2.11.6",
    "gulp": "^3.9.0",
    "istanbul": "^0.4.1",
    "mocha": "^2.3.4",
    "mocha-lcov-reporter": "^1.0.0"
  }
}
