{
  "name": "update",
  "description": "Be scalable! Update is a new, open source developer framework and CLI for automating updates of any kind in code projects.",
  "version": "0.7.4",
  "homepage": "https://github.com/update/update",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "contributors": [
    "Brian Woodward <brian.woodward@gmail.com> (https://github.com/doowb)",
    "Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)"
  ],
  "repository": "update/update",
  "bugs": {
    "url": "https://github.com/update/update/issues"
  },
  "license": "MIT",
  "files": [
    "bin",
    "index.js",
    "lib",
    "LICENSE",
    "README.md"
  ],
  "main": "index.js",
  "preferGlobal": true,
  "bin": {
    "update": "bin/update.js"
  },
  "engines": {
    "node": ">=5.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "arr-union": "^3.1.0",
    "assemble-core": "^0.25.0",
    "assemble-loader": "^0.6.1",
    "base-cli-process": "^0.1.18",
    "base-config-process": "^0.1.9",
    "base-generators": "^0.4.5",
    "base-questions": "^0.7.3",
    "base-runtimes": "^0.2.0",
    "base-store": "^0.4.4",
    "common-config": "^0.1.0",
    "data-store": "^0.16.1",
    "export-files": "^2.1.1",
    "extend-shallow": "^2.0.1",
    "find-pkg": "^0.1.2",
    "fs-exists-sync": "^0.1.0",
    "global-modules": "^0.2.2",
    "gulp-choose-files": "^0.1.3",
    "is-valid-app": "^0.2.0",
    "isobject": "^2.1.0",
    "lazy-cache": "^2.0.1",
    "log-utils": "^0.2.1",
    "parser-front-matter": "^1.4.1",
    "resolve-dir": "^0.1.0",
    "resolve-file": "^0.2.0",
    "set-blocking": "^2.0.0",
    "strip-color": "^0.1.0",
    "text-table": "^0.2.0",
    "through2": "^2.0.1",
    "yargs-parser": "^2.4.1"
  },
  "devDependencies": {
    "base-runner": "^0.8.2",
    "base-test-runner": "^0.2.0",
    "base-test-suite": "^0.1.12",
    "cross-spawn": "^4.0.0",
    "generate-foo": "^0.1.5",
    "graceful-fs": "^4.1.4",
    "gulp": "^3.9.1",
    "gulp-eslint": "^3.0.1",
    "gulp-format-md": "^0.1.9",
    "gulp-istanbul": "^1.0.0",
    "gulp-mocha": "^2.2.0",
    "gulp-unused": "^0.1.2",
    "helper-changelog": "^0.3.0",
    "is-absolute": "^0.2.5",
    "load-pkg": "^3.0.1",
    "mocha": "^2.5.3",
    "npm-install-global": "^0.1.2",
    "resolve": "^1.1.7",
    "should": "^9.0.2",
    "sinon": "^1.17.4",
    "updater-example": "^0.1.2"
  },
  "keywords": [
    "convention",
    "dev",
    "develop",
    "fix",
    "lint",
    "maintain",
    "manage",
    "standard",
    "tools",
    "up-to-date",
    "update"
  ],
  "update": {
    "run": true,
    "add": [
      "keywords"
    ]
  },
  "verb": {
    "run": true,
    "toc": true,
    "layout": "app",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "helpers": [
      "helper-changelog"
    ],
    "related": {
      "description": "Update shares a common architecture and plugin ecosystem with the following libraries:",
      "list": [
        "assemble",
        "base",
        "generate",
        "verb"
      ]
    },
    "reflinks": [
      "assemble",
      "assemble-core",
      "assemble-loader",
      "base",
      "consolidate",
      "generate",
      "gulp",
      "handlebars",
      "helper-changelog",
      "lodash",
      "pug",
      "swig",
      "templates",
      "updater-example",
      "verb",
      "vinyl"
    ],
    "lint": {
      "reflinks": true
    }
  }
}
