{
  "name": "pxa",
  "version": "0.5.0",
  "description": "Pixelant command line utility",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Pixelant",
  "repository": "pixelant/pxa",
  "bin": {
    "pxa": "./index.js"
  },
  "license": "MIT",
  "dependencies": {
    "boxen": "1.0.0",
    "chalk": "1.1.3",
    "dateformat": "2.0.0",
    "inquirer": "3.0.1",
    "lodash": "4.17.4",
    "minimist": "1.2.0",
    "shelljs": "0.7.6",
    "ora": "1.1.0"
  }
}