{
  "name": "grunt-esnext",
  "version": "0.4.0",
  "description": "esnext plugin for Grunt",
  "repository": "shinnn/grunt-esnext",
  "author": {
    "name": "Shinnosuke Watanabe",
    "url": "https://github.com/shinnn"
  },
  "keywords": [
    "gruntplugin",
    "ecmascript",
    "es6",
    "esnext",
    "harmony",
    "compile",
    "compiler",
    "transpile",
    "transpiler",
    "language",
    "arrow",
    "arrow-function",
    "class",
    "computed-property",
    "default-params",
    "destructuring",
    "generator",
    "object-literal",
    "rest",
    "spread",
    "template",
    "unicode-regex"
  ],
  "engines": {
    "node": ">= 0.10.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "files": [
    "tasks"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/shinnn/grunt-esnext/blob/master/LICENSE"
    }
  ],
  "dependencies": {
    "chalk": "^0.5.1",
    "esnext": "^0.14.0",
    "esprima-fb": "^10001.1.0-dev-harmony-fb",
    "inline-source-map-comment": "^1.0.3",
    "is-absolute": "^0.1.5",
    "recast": "^0.9.15",
    "regenerator": "^0.8.9"
  },
  "peerDependencies": {
    "grunt": "^0.4.1"
  },
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-jshint": "^0.11.0",
    "grunt-contrib-nodeunit": "^0.4.1",
    "jshint-stylish": "^1.0.0",
    "load-grunt-tasks": "^3.0.0",
    "time-grunt": "^1.0.0"
  }
}
