{
  "name": "@r24y/gatsby-source-filesystem",
  "version": "1.5.20",
  "access": "public",
  "description": "Gatsby plugin which parses files within a directory for further parsing by other plugins",
  "license": "MIT",
  "scripts": {
    "build": "babel src --out-dir . --ignore __tests__",
    "watch": "babel -w src --out-dir . --ignore __tests__",
    "prepublish": "cross-env NODE_ENV=production npm run build"
  },
  "keywords": [
    "gatsby",
    "gatsby-plugin"
  ],
  "author": "Kyle Mathews <mathews.kyle@gmail.com>",
  "dependencies": {
    "babel-cli": "^6.26.0",
    "babel-runtime": "^6.26.0",
    "bluebird": "^3.5.0",
    "chokidar": "^1.7.0",
    "fs-extra": "^4.0.1",
    "got": "^7.1.0",
    "md5-file": "^3.1.1",
    "mime": "^1.3.6",
    "pretty-bytes": "^4.0.2",
    "slash": "^1.0.0",
    "valid-url": "^1.0.9"
  },
  "devDependencies": {
    "cross-env": "^5.0.5"
  }
}
