{
  "name": "gulp-insert",
  "version": "0.5.0",
  "description": "Append or Prepend a string with gulp",
  "main": "index.js",
  "scripts": {
    "test": "mocha test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/rschmukler/gulp-insert"
  },
  "keywords": [
    "gulp",
    "gulpplugin",
    "append",
    "insert",
    "prepend"
  ],
  "author": "Ryan Schmukler <ryan@slingingcode.com> (http://slingingcode.com/)",
  "license": "MIT",
  "homepage": "https://github.com/rschmukler/gulp-insert/",
  "bugs": {
    "url": "https://github.com/rschmukler/gulp-insert/issues"
  },
  "devDependencies": {
    "mocha": "~1.17.0",
    "gulp-util": "~2.2.12",
    "chai": "^1.9.1"
  },
  "dependencies": {
    "readable-stream": "^1.0.26-4",
    "streamqueue": "0.0.6"
  }
}
