{
  "name": "gulp-prefix",
  "version": "0.0.15",
  "description": "Implementation of html-prefixer for gulp",
  "main": "index.js",
  "homepage": "https://github.com/007design/gulp-prefix",
  "license": "MIT",
  "publishConfig": {
    "registry":"https://registry.npmjs.org/"
    },
  "scripts": {
    "test": "node_modules/jasmine-node/bin/jasmine-node spec"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/007design/gulp-prefix"
  },
  "keywords": [
    "gulpplugin",
    "prefix",
    "replace",
    "path",
    "tag",
    "html",
    "css",
    "script",
    "url"
  ],
  "author": "007design (https://github.com/007design)",
  "dependencies": {
    "through2": "~1.0.0",
    "url": "~0.10.1",
    "trumpet": "~1.7.0",
    "concat-stream": "~1.4.5",
    "url-join": "0.0.1"
  },
  "devDependencies": {
    "gulp": "^3.8.8",
    "jasmine-node": "~1.14.5"
  },
  "engines": {
    "node": ">=0.10"
  },
  "bugs": {
    "url": "https://github.com/007design/gulp-prefix/issues"
  }
}
