{
  "name": "net-functions-cli",
  "version": "0.0.1",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "net": "./bin/net.js"
  },
  "dependencies" : {
    "net-functions-api" : "latest",
    "request" : "*",
    "commander" : "*",
    "cli-table2" : "*",
    "inquirer" : "*",
    "chalk" : "*",
    "ssh-exec" : "*",
    "ora" : "*",
    "clear" :"*",
    "async" : "*",
    "cli-spinners" : "*"
  },
  "author": "",
  "license": "ISC"
}
