{
  "name": "to-file",
  "description": "Convert a file path to a vinyl file.",
  "version": "0.2.0",
  "homepage": "https://github.com/jonschlinkert/to-file",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "repository": "jonschlinkert/to-file",
  "bugs": {
    "url": "https://github.com/jonschlinkert/to-file/issues"
  },
  "license": "MIT",
  "files": [
    "index.js",
    "utils.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "define-property": "^0.2.5",
    "extend-shallow": "^2.0.1",
    "file-contents": "^0.2.4",
    "glob-parent": "^2.0.0",
    "is-valid-glob": "^0.3.0",
    "isobject": "^2.1.0",
    "lazy-cache": "^2.0.1",
    "vinyl": "^1.1.1"
  },
  "devDependencies": {
    "glob": "^5.0.15",
    "gulp": "^3.9.0",
    "gulp-eslint": "^1.1.1",
    "gulp-format-md": "^0.1.9",
    "gulp-istanbul": "^0.10.1",
    "gulp-mocha": "^2.1.3",
    "mocha": "^2.4.5"
  },
  "keywords": [
    "contents",
    "file",
    "read",
    "vinyl"
  ],
  "verb": {
    "toc": false,
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "related": {
      "list": [
        "to-template",
        "to-vinyl"
      ]
    },
    "lint": {
      "reflinks": true
    },
    "reflinks": [
      "glob-parent",
      "verb"
    ]
  }
}
