{
    "name": "js-bundler",
    "version": "1.2.4",
    "description": "Command line tool for JavaScript/CoffeeScript bundling.",
    "keywords": ["bundle", "browserify", "js", "javascript", "bundling", "browser", "coffeescript"],
    "author": "Zhenzhen Zhan <zhanzhenzhen@hotmail.com>",
    "homepage": "https://github.com/zhanzhenzhen/js-bundler",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/zhanzhenzhen/js-bundler.git"
    },
    "dependencies": {
        "coffee-script": "1.9.3",
        "acorn": "6.x",
        "acorn-stage3": "1.x",
        "browser-resolve": "1.x"
    },
    "engines": {
        "node": ">=4.0.0"
    },
    "bin": {
        "bundle": "./bin/bundle"
    },
    "preferGlobal": true
}
