{
  "name": "onlineticket",
  "version": "0.3.0",
  "description": "A node.js CLI for reading barcodes on public transport tickets (e.g. Deutsche Bahn).",
  "main": "index.js",
  "scripts": {
    "test": "NODE_ENV=test istanbul cover ./node_modules/mocha/bin/_mocha --report lcov ",
    "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  },
  "preferGlobal": true,
  "bin": "./index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/justusjonas74/onlineticket.js.git"
  },
  "keywords": [
    "Deutsche",
    "Bahn",
    "aztec",
    "uic918.3",
    "uic",
    "onlineticket",
    "bahn.de"
  ],
  "author": "Francis Doege <hello@francisdoege.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/justusjonas74/onlineticket.js/issues"
  },
  "homepage": "https://github.com/justusjonas74/onlineticket.js#readme",
  "dependencies": {
    "chalk": "^2.4.1",
    "clear": "0.0.1",
    "commander": "^2.15.1",
    "figlet": "^1.2.0",
    "treeify": "git+https://github.com/notatestuser/treeify.git",
    "uic-918-3": "^0.3.2"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "coveralls": "^3.0.1",
    "istanbul": "^0.4.5",
    "mocha": "^5.1.1"
  }
}
