{
  "name": "kindly",
  "description": "A thin wrapper for fs to group files by type",
  "version": "1.0.0",
  "author": {
    "name": "Andrew Nichols",
    "email": "tandrewnichols@gmail.com",
    "url": "www.tandrewnichols.me"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/tandrewnichols/kindly.git"
  },
  "homepage": "https://github.com/tandrewnichols/kindly",
  "bugs": "https://github.com/tandrewnichols/kindly/issues",
  "license": "MIT",
  "scripts": {
    "test": "gulp",
    "travis": "gulp travis"
  },
  "dependencies": {
    "async": "^2.6.0",
    "fs-extra": "^5.0.0"
  },
  "devDependencies": {
    "eslint-codeframe-formatter": "^1.0.2",
    "execa": "^0.9.0",
    "gulp": "^4.0.0",
    "gulp-codeclimate-reporter": "github:tandrewnichols/gulp-codeclimate-reporter",
    "gulp-eslint": "^4.0.1",
    "gulp-mocha": "^5.0.0",
    "gulp-open": "^2.1.0",
    "mocha": "^4.1.0",
    "nyc": "^11.4.1",
    "should": "^13.2.1",
    "sinon": "^4.1.5"
  },
  "keywords": [
    "fs",
    "files",
    "readdir",
    "type",
    "kind"
  ],
  "main": "./lib/kindly",
  "engines": {
    "node": ">=6"
  }
}
