{
  "name": "@jsonresume/theme-boilerplate",
  "version": "0.1.6",
  "description": "Boilerplate theme for JSON Resume",
  "contributors": [
    "Mattias Erming",
    "David LJ <npmjs+jsonresume-theme-boilerplate@davidlj95.com>"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/davidlj95/jsonresume-theme-boilerplate"
  },
  "license": "MIT",
  "scripts": {
    "add-boilerplate-remote": "git remote add boilerplate https://github.com/davidlj95/jsonresume-theme-boilerplate",
    "rebase-from-boilerplate": "git fetch boilerplate && git rebase boilerplate/master",
    "gitignore": "curl http://gitignore.io/api/vim,node,linux,macos,emacs,windows,webstorm+iml > .gitignore",
    "postgitignore": "cat .gitignore.template >> .gitignore",
    "preserve": "npm run update-sample-resume",
    "serve": "resume serve",
    "update-sample-resume": "curl https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/examples/valid/complete.json > resume.json"
  },
  "dependencies": {
    "handlebars": "^4"
  },
  "devDependencies": {
    "@jsonresume/cli": "^1"
  }
}
