{
  "name": "meteor-client-bundler",
  "version": "0.6.0",
  "description": "Bundles Meteor client-packages into a single module",
  "author": "Eytan Manor",
  "repository": {
    "type": "git",
    "url": "https://github.com/Urigo/meteor-client-bundler.git"
  },
  "bin": {
    "meteor-client": "cli"
  },
  "scripts": {
    "test": "mocha test/index --timeout=100000"
  },
  "dependencies": {
    "babel-core": "6.26.3",
    "commander": "2.19.0",
    "execa": "1.0.0",
    "find-root": "1.1.0",
    "merge": "1.2.1",
    "rimraf": "2.6.2",
    "tmp": "0.0.33"
  },
  "devDependencies": {
    "chai": "4.2.0",
    "fs-extra": "7.0.1",
    "mocha": "5.2.0"
  },
  "keywords": [
    "meteor",
    "client"
  ]
}
