{
  "name": "@lager/cli",
  "version": "0.1.3",
  "description": "The lager CLI",
  "main": "index.js",
  "scripts": {
    "test": "NODE_ENV=test istanbul cover --include-all-sources=true ./node_modules/mocha/bin/_mocha -- --recursive && rm -rf ./coverage",
    "test-ci": "NODE_ENV=test istanbul cover --include-all-sources=true ./node_modules/mocha/bin/_mocha --report lcovonly -- --recursive && codecov -F unit"
  },
  "bin": {
    "lager": "src/bin/lager"
  },
  "keywords": [
    "lager",
    "cli"
  ],
  "author": "Alexis Hénaut",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lagerjs/lager.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lagerjs/lager/issues"
  },
  "homepage": "https://github.com/lagerjs/cli#readme",
  "dependencies": {
    "bluebird": "^3.5.0",
    "comquirer": "^0.0.15",
    "lodash": "^4.17.4"
  },
  "devDependencies": {
    "codecov": "^2.1.0",
    "istanbul": "^0.4.5",
    "mocha": "^3.3.0"
  }
}
