{
  "name": "clitest1",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "preferGlobal": true,
  "bin": "./commands.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Ognjen Gatalo <ognjeng95@gmail.com>",
  "license": "ISC",
  "dependencies": {
    "commander": "^2.12.1",
    "inquirer": "^4.0.0"
  }
}
