{
  "name": "gulp-extname",
  "description": "gulp plugin to dynamically rewrite dest extensions based on src extensions.",
  "version": "0.2.2",
  "homepage": "https://github.com/jonschlinkert/gulp-extname",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "repository": "jonschlinkert/gulp-extname",
  "bugs": {
    "url": "https://github.com/jonschlinkert/gulp-extname/issues"
  },
  "license": "MIT",
  "files": [
    "index.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "rewrite-ext": "^0.2.0",
    "through2": "^2.0.0"
  },
  "devDependencies": {
    "gulp-format-md": "^0.1.4",
    "mocha": "*",
    "should": "*",
    "vinyl": "^1.1.0"
  },
  "keywords": [
    "dest",
    "ext",
    "extension",
    "extensions",
    "extname",
    "file",
    "filename",
    "filepath",
    "fp",
    "fs",
    "gulpfriendly",
    "map",
    "name",
    "path",
    "rename",
    "rewrite",
    "src"
  ],
  "verb": {
    "related": {
      "list": [
        "gulp-dest",
        "gulp-htmlmin",
        "gulp-prettify",
        "gulp-format-md",
        "gulp-routes"
      ]
    },
    "layout": "default",
    "plugins": [
      "gulp-format-md"
    ]
  }
}
