{
  "name": "es6-computed-properties",
  "version": "0.0.2",
  "description": "Computed properties compiled to ES5.",
  "main": "lib/index.js",
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:DmitrySoshnikov/es6-computed-properties.git"
  },
  "dependencies": {
    "recast": "^0.8.0",
    "through": "~2.3.6",
    "ast-util": "^0.5.2"
  },
  "devDependencies": {
    "example-runner": "0.2.0"
  },
  "scripts": {
    "test": "node test/runner.js"
  },
  "keywords": [
    "es6",
    "computed",
    "property",
    "properties"
  ],
  "author": "Dmitry Soshnikov",
  "license": "Apache 2"
}
