{
  "name": "gulp-jsont",
  "version": "1.1.1",
  "description": "JSON transformation plugin for gulp",
  "main": "index.js",
  "keywords": [
    "gulpplugin",
    "json",
    "jsont"
  ],
  "author": "Alexander Chermenin <alex@chermenin.ru>",
  "repository": {
    "type": "git",
    "url": "git://github.com/chermenin/gulp-jsont.git"
  },
  "bugs": {
    "url": "https://github.com/chermenin/gulp-jsont/issues"
  },
  "dependencies": {
    "gulp-util": "~3.0.0",
    "event-stream": "~3.1.7",
    "eval": "~0.1.1"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/chermenin/gulp-jsont/raw/master/LICENSE"
    }
  ],
  "license": "MIT",
  "engineStrict": true,
  "engines": {
    "node": ">= 0.10"
  }
}
