{
  "name": "iatool",
  "version": "1.3.2",
  "description": "Command line tool to control Iadea players and signboards.",
  "main": "iatool.js",
  "scripts": {
    "start": "node iatool.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Alexander Pivovarov <pivovarov@gmail.com>",
  "license": "MIT",
  "keywords": [
    "iadea"
  ],
  "bin": {
    "iatool": "./iatool.js"
  },
  "bundledDependencies": [
    "columnify",
    "commander",
    "dotenv",
    "iadea-rest",
    "progress",
    "q"
  ],
  "dependencies": {
    "columnify": "^1.5.4",
    "commander": "^2.11.0",
    "dotenv": "^4.0.0",
    "iadea-rest": "^1.6.5",
    "progress": "^1.1.8",
    "q": "^1.4.1"
  },
  "devDependencies": {
    "grunt": "^1.0.1",
    "grunt-bump": "^0.8.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bladerunner2020/iatool.git"
  },
  "bugs": {
    "url": "https://github.com/bladerunner2020/iatool/issues"
  },
  "homepage": "https://github.com/bladerunner2020/iatool#readme"
}
