{
  "name": "year",
  "description": "Simple utility to get the current year with 2 or 4 digits.",
  "version": "0.2.1",
  "homepage": "https://github.com/jonschlinkert/year",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jonschlinkert/year.git"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/year/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/jonschlinkert/year/blob/master/LICENSE-MIT"
    }
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.8"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "devDependencies": {
    "helper-year": "^0.1.0",
    "mocha": "*",
    "should": "^4.3.0"
  }
}
