{
  "name": "@jsonresume/cli",
  "version": "1.2.8",
  "description": "The JSON Resume command line interface",
  "main": "index.js",
  "scripts": {
    "gitignore": "curl http://gitignore.io/api/vim,node,linux,macos,emacs,windows,webstorm+iml > .gitignore",
    "postgitignore": "cat .gitignore.template >> .gitignore",
    "test": "node node_modules/mocha/bin/mocha test test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/davidlj95/resume-cli.git"
  },
  "license": "MIT",
  "bin": {
    "resume": "index.js"
  },
  "preferGlobal": true,
  "dependencies": {
    "async": "^1.5.0",
    "btoa": "^1.2.1",
    "chalk": "^1.1.1",
    "char-spinner": "^1.0.1",
    "cli-spinner": "^0.2.1",
    "colors": "^1.1.2",
    "commander": "^2.9.0",
    "dotenv": "^2.0.0",
    "jsonlint": "^1.6.2",
    "jsonresume-theme-crisp": "^0.2.12",
    "jsonresume-theme-flat": "^0.3.7",
    "jsonresume-theme-modern": "0.0.18",
    "node-static": "~0.7.7",
    "opn": "5.4.0",
    "puppeteer": "^1.0.0",
    "read": "~1.0.7",
    "resume-schema": "0.0.18",
    "resume-to-html": "latest",
    "should": "^11.1.0",
    "superagent": "^3.8.3",
    "terminal-menu": "^2.1.1"
  },
  "devDependencies": {
    "mocha": "^3.0.2"
  },
  "engines": {
    "node": "^10"
  }
}
