{
    "name": "es6now",
    "version": "0.8.14",
    "description": "ES6 to ES5 translator and ES6 runtime",
    "homepage": "https://github.com/zenparsing/es6now",
    "bin": {
        "es6now": "./bin/es6now"
    },
    "scripts": {
        "preinstall": "node util/make-cmd.js"
    },
    "devDependencies": {
        "esparse": "*",
        "zen-cmd": "*",
        "moon-unit": "*"
    }
}
