{
  "name": "@beyond-sharepoint/spo-shell",
  "version": "0.1.13",
  "description": "Cross-Platform Command Line Utility for SharePoint Online",
  "main": "./lib/index.js",
  "bin": {
    "spo-shell": "./bin/spo-shell.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "./bin/spo-shell.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/beyond-sharepoint/spo-shell.git"
  },
  "keywords": [
    "SharePoint Online",
    "SPO",
    "spo-shell",
    "SharePoint Shell",
    "Utilities"
  ],
  "author": "Sean McLellan",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/beyond-sharepoint/spo-shell/issues"
  },
  "homepage": "https://github.com/beyond-sharepoint/spo-shell#readme",
  "dependencies": {
    "@beyond-sharepoint/spo-remote-auth": "^0.1.0",
    "bluebird": "^3.4.3",
    "bluebird-co": "^2.1.2",
    "chalk": "^1.1.3",
    "debug": "^2.2.0",
    "dotenv": "^2.0.0",
    "gauge": "^2.6.0",
    "hjson": "^2.0.5",
    "inquirer": "^1.1.3",
    "lodash": "^4.15.0",
    "mustache": "^2.2.1",
    "request-progress": "^2.0.1",
    "require-uncached": "^1.0.2",
    "urijs": "^1.18.1",
    "vorpal": "^1.11.4",
    "vorpal-autocomplete-fs": "0.0.3",
    "vorpal-grep": "^0.2.0",
    "vorpal-less": "0.0.13",
    "vorpal-repl": "^1.1.8"
  },
  "engines": {
    "node": ">=6.0.0"
  }
}
