{
  "name": "gulp-file",
  "version": "0.3.0",
  "description": "Create vinyl files from a string or buffer and insert into the Gulp pipeline.",
  "main": "./lib/file.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha test --recursive --reporter spec"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/alexmingoia/gulp-file.git"
  },
  "keywords": [
    "gulp",
    "plugin",
    "string",
    "buffer",
    "file",
    "vinyl"
  ],
  "author": "Alex Mingoia <talk@alexmingoia.com>",
  "license": "BSD",
  "bugs": {
    "url": "https://github.com/alexmingoia/gulp-file/issues"
  },
  "homepage": "https://github.com/alexmingoia/gulp-file",
  "dependencies": {
    "through2": "^0.4.1",
    "gulp-util": "^2.2.14"
  },
  "devDependencies": {
    "expect.js": "^0.3.1",
    "mocha": "^1.18.2",
    "gulp": "^3.6.2"
  }
}
