{
  "name": "ignored",
  "version": "2.0.4",
  "description": "List all entries in .gitignore as an array",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "./node_modules/.bin/istanbul cover ./node_modules/tape/bin/tape ./test/*.js",
    "coverage": "./node_modules/.bin/istanbul cover ./node_modules/tape/bin/tape ./test/*.js && ./node_modules/.bin/istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
    "jshint": "./node_modules/jshint/bin/jshint -c .jshintrc --exclude-path .gitignore .",
    "codeclimate": "CODECLIMATE_REPO_TOKEN=69bee72a237d135b0a794c13a06b662e080ae9e884f250b5ec1debd5d1e04224 ./node_modules/codeclimate-test-reporter/bin/codeclimate.js < ./coverage/lcov.info"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dwyl/ignored.git"
  },
  "keywords": [
    "parse",
    ".gitignore",
    "git ignore",
    "file"
  ],
  "author": "@nelsonic <contact.nelsonic@gmail.com> (https://github.com/nelsonic)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/dwyl/ignored/issues"
  },
  "homepage": "https://github.com/dwyl/ignored",
  "devDependencies": {
    "chalk": "^1.0.0",
    "codeclimate-test-reporter": "^0.1.0",
    "istanbul": "^0.3.17",
    "jshint": "^2.8.0",
    "mkdirp": "^0.5.1",
    "pre-commit": "1.0.10",
    "tape": "^4.0.1"
  },
  "pre-commit": [
    "jshint",
    "coverage",
    "codeclimate"
  ],
  "engines": {
    "node": ">=0.10"
  }
}
