{
  "name": "npm-publish-scripts",
  "description": "A simple set of scripts to help when publishing to NPM from a Github Repo",
  "version": "4.1.16",
  "bin": {
    "npm-publish-scripts": "./build/node/bin/cli.js"
  },
  "bugs": {
    "url": "https://github.com/GoogleChrome/npm-publish-scripts/issues"
  },
  "dependencies": {
    "anchor-js": "^3.2.2",
    "chalk": "^1.1.3",
    "chokidar": "^1.6.1",
    "findup-sync": "^0.4.3",
    "fs-extra": "^1.0.0",
    "git-branch": "^0.3.0",
    "glob": "^7.1.1",
    "inquirer": "^2.0.0",
    "jsdoc": "^3.4.1",
    "minimist": "^1.2.0",
    "semver": "^5.3.0",
    "tmp": "0.0.30",
    "update-notifier": "^1.0.3"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "cssnano": "^3.7.4",
    "del": "^2.2.2",
    "eslint": "^3.8.1",
    "eslint-config-google": "^0.7.0",
    "gulp": "github:gulpjs/gulp#4.0",
    "gulp-cssimport": "^5.0.0",
    "gulp-postcss": "^6.2.0",
    "mocha": "^3.1.2",
    "node-fetch": "^1.6.3",
    "postcss-cssnext": "^2.8.0",
    "proxyquire": "^1.7.10",
    "sinon": "^1.17.6"
  },
  "files": [
    "build/"
  ],
  "homepage": "https://googlechrome.github.io/npm-publish-scripts/",
  "license": "Apache-2.0",
  "repository": "GoogleChrome/npm-publish-scripts",
  "scripts": {
    "build-ref-docs": "jsdoc -c ./jsdoc.conf -d reference-docs/",
    "build": "gulp build",
    "lint": "eslint '.'",
    "test": "npm run lint && gulp build && mocha"
  }
}
