{
  "version": "1.0.3",
  "name": "@font/nunito",
  "description": "Use the Nunito Google Font with your css pre-processor.",
  "author": {
    "name": "Joey Baker",
    "email": "joey@byjoeybaker.com",
    "url": "https://byjoeybaker.com"
  },
  "repository": "joeybaker/font-nunito",
  "license": "Artistic 2.0",
  "directories": {},
  "keywords": [
    "avenir",
    "css",
    "font",
    "sans",
    "sans serif",
    "sans-serif",
    "atomify"
  ],
  "scripts": {
    "note1": "we can't have nice things. prepublish also runs on npm install https://github.com/npm/npm/issues/6394 in-publish hacks around this",
    "prepublish": "in-publish && npm prune && npm run gitPush || in-install",
    "note3": "travis doesn't play nicely with !#/bin/bash in the script file, so we have to explicitly set bash",
    "requireGitClean": "/bin/bash -c 'source ./scripts.sh && git_require_clean_work_tree'",
    "nsp": "nsp audit-package",
    "note5": "--no-verify skips the commit hook",
    "dmn": "dmn gen -f . && if [[ $(git diff --shortstat 2> /dev/null | tail -n1) != '' ]]; then git add .npmignore && git commit --no-verify -m'update npmignore'; fi",
    "doctoc": "doctoc README.md && if [ -f CONTRIBUTING.md ]; then doctoc CONTRIBUTING.md; fi && if [[ $(git diff --shortstat 2> /dev/null | tail -n1) != '' ]]; then git add README.md CONTRIBUTING.md && git commit --no-verify -m'table of contents update'; fi",
    "gitPull": "git pull --rebase origin master",
    "gitPush": "git push --follow-tags --no-verify && git push --tags --no-verify",
    "release": "f () { source ./scripts.sh && npm run requireGitClean && npm run gitPull && npm run dmn && npm run doctoc && npm_release public $@; }; f"
  },
  "config": {
    "notes": "important to correct the path of npm so that the git hook doesn't error",
    "ghooks": {
      "pre-commit": "PATH=$PATH:/usr/local/bin:/usr/local/sbin",
      "pre-push": "PATH=$PATH:/usr/local/bin:/usr/local/sbin && npm run dmn && npm run doctoc",
      "update": "PATH=$PATH:/usr/local/bin:/usr/local/sbin && npm install"
    }
  },
  "main": "index.es5",
  "style": "index.css",
  "devDependencies": {
    "dmn": "^1.0.5",
    "doctoc": "^0.13.0",
    "ghooks": "^0.3.2",
    "in-publish": "^1.1.1"
  }
}
