{
  "name": "fse",
  "version": "4.0.1",
  "description": "fs: then-ified, extended, and dependency-free",
  "author": "Jonathan Neal <jonathantneal@hotmail.com>",
  "license": "CC0-1.0",
  "repository": "jonathantneal/fse",
  "homepage": "https://github.com/jonathantneal/fse#readme",
  "bugs": "https://github.com/jonathantneal/fse/issues",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "scripts": {
    "prepublishOnly": "npm test && npm run test:pre",
    "postpublish": "npm run test:post",
    "test": "echo 'Running tests...'; npm run test:js && npm run test:pre && npm run test:node && npm run test:post",
    "test:pre": "babel index.js --presets=env --out-file index.js --source-maps inline",
    "test:post": "git checkout index.js",
    "test:js": "eslint *.js --cache --ignore-pattern .gitignore",
    "test:node": "node test"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "eslint": "^4.19.1",
    "eslint-config-dev": "^2.0.0"
  },
  "eslintConfig": {
    "extends": "dev",
    "rules": {
      "no-extra-parens": [
        0
      ]
    }
  },
  "keywords": [
    "fs",
    "then",
    "thenified",
    "promiseified",
    "promisified",
    "promises",
    "promised",
    "promise",
    "extends",
    "extended",
    "extend",
    "files",
    "file",
    "system",
    "read",
    "write",
    "remove",
    "copy",
    "touch",
    "json",
    "file",
    "directory",
    "windows",
    "macos",
    "linux"
  ]
}
