{
  "name": "gulp-json-transform",
  "version": "0.4.2",
  "description": "A gulp plugin to transform json files, pipe json files through it and transform them to other json files or other formats.",
  "main": "./index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:thaggie/gulp-json-transform.git"
  },
  "bugs": "https://github.com/thaggie/gulp-json-transform/issues",
  "homepage": "https://github.com/thaggie/gulp-json-transform",
  "keywords": [
    "gulp",
    "plugin",
    "transform",
    "json"
  ],
  "author": {
    "name": "Tom Haggie",
    "url": "https://github.com/thaggie"
  },
  "license": "MIT",
  "devDependencies": {
    "jshint": "^2.9.2",
    "mocha": "^2.5.3",
    "should": "^9.0.2"
  },
  "dependencies": {
    "gulp-util": "^3.0.7",
    "promise": "^7.1.1",
    "through2": "^2.0.1"
  }
}