{
  "name": "update-year",
  "description": "Update or add the current year to a range of years in a string.",
  "version": "0.5.2",
  "homepage": "https://github.com/jonschlinkert/update-year",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "repository": "jonschlinkert/update-year",
  "bugs": {
    "url": "https://github.com/jonschlinkert/update-year/issues"
  },
  "license": "MIT",
  "files": [
    "index.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "array-unique": "^0.2.1",
    "year": "^0.2.1"
  },
  "devDependencies": {
    "gulp-format-md": "^0.1.5",
    "mocha": "*",
    "should": "*"
  },
  "keywords": [
    "parse",
    "update",
    "year"
  ],
  "verb": {
    "related": {
      "list": [
        "month",
        "update-copyright",
        "year"
      ]
    },
    "plugins": [
      "gulp-format-md"
    ],
    "layout": "default"
  }
}
