update-copyright
Version:
Update a copyright statement with the current year. Also makes minor corrections.
88 lines (87 loc) • 1.8 kB
JSON
{
"name": "update-copyright",
"description": "Update a copyright statement with the current year. Also makes minor corrections.",
"version": "1.0.0",
"homepage": "https://github.com/jonschlinkert/update-copyright",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"contributors": [
"David W Millar (https://github.com/david-w-millar)",
"Jon Schlinkert (http://twitter.com/jonschlinkert)"
],
"repository": "jonschlinkert/update-copyright",
"bugs": {
"url": "https://github.com/jonschlinkert/update-copyright/issues"
},
"license": "MIT",
"files": [
"index.js",
"lib"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"engine": "^0.1.12",
"isobject": "^3.0.0",
"lazy-cache": "^2.0.2",
"leven": "^2.1.0",
"load-pkg": "^3.0.1",
"mixin-deep": "^1.2.0",
"omit-empty": "^0.4.1",
"parse-author": "^2.0.0",
"parse-copyright": "^0.4.0",
"update-year": "^0.5.2",
"year": "^0.2.1"
},
"devDependencies": {
"gulp-format-md": "^0.1.12",
"mocha": "^3.4.2"
},
"keywords": [
"copyright",
"fix",
"lint",
"linter",
"maintain",
"maintainance",
"plugin",
"plugins",
"up-to-date",
"update",
"update-plugin",
"update-updater",
"updateplugin",
"updater",
"upkeep"
],
"verb": {
"run": true,
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"copyright-regex",
"parse-copyright",
"update",
"update-year",
"year"
]
},
"reflinks": [
"verb"
],
"lint": {
"reflinks": true
}
}
}