{
  "name": "spauth-cli",
  "version": "0.0.4",
  "description": "CLI for authenticating with SPAUTH and using that identity with CLI tools",
  "main": "bin/spauth",
  "bin" : { "spauth" : "./bin/spauth" },
  "scripts": {
    "test": "babel-node ./node_modules/.bin/_mocha --recursive 'src/**/*.tests.js'",
    "build": "babel src -d lib"
  },
  "author": "Jon Hoguet <jonathan.hoguet@coxautoinc.com",
  "dependencies": {
    "babel-core": "^6.22.1",
    "babel-preset-es2015": "^6.22.0",
    "cli-color": "^1.1.0",
    "commander": "^2.9.0",
    "express": "^4.14.0",
    "inquirer": "^3.0.1",
    "mkdirp": "^0.5.1",
    "mocha": "^3.2.0",
    "open": "0.0.5",
    "prompt": "^1.0.0",
    "underscore": "^1.8.3",
    "portfinder": "^1.0.12"
  },
  "devDependencies": {
    "babel-cli": "^6.22.2",
    "babel-preset-stage-2": "^6.22.0",
    "expect": "^1.20.2"
  }
}
