{
  "name": "es6-destructuring",
  "version": "0.4.0",
  "description": "es6 destructuring compiled to es3",
  "bin": "bin/es6-destructuring",
  "main": "lib/index.js",
  "scripts": {
    "test": "node test/runner.js"
  },
  "directories": {
    "test": "test"
  },
  "author": {
    "name": "François de Campredon",
    "email": "fdecampredon@kapit.fr",
    "url": "https://github.com/fdecampredon/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/fdecampredon/es6-destructuring.git"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "recast": "^0.8.0",
    "example-runner": "~0.2.0",
    "through": "^2.3.6",
    "ast-util": "~0.5.2"
  }
}