{
  "name": "vinmonopolet-cli",
  "version": "0.0.3",
  "description": "A CLI for extracting information on products from Vinmonopolet",
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Emil Mork <emil.a.mork@gmail.com>",
  "license": "ISC",
  "dependencies": {
    "commander": "^2.9.0",
    "marked": "^0.3.5",
    "marked-terminal": "^1.6.1",
    "request": "^2.69.0",
    "vinmonopolet": "^2.0.2"
  },
  "preferGlobal": true,
  "bin": {
    "vmp": "./app.js"
  }
}
