UNPKG

update-banner

Version:

Update the banner comment in a string of javascript.

82 lines (81 loc) 1.59 kB
{ "name": "update-banner", "description": "Update the banner comment in a string of javascript.", "version": "0.2.0", "homepage": "https://github.com/jonschlinkert/update-banner", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/update-banner", "bugs": { "url": "https://github.com/jonschlinkert/update-banner/issues" }, "license": "MIT", "files": [ "index.js", "lib", "utils.js" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "dependencies": { "engine-base": "^0.1.2", "extend-shallow": "^2.0.1", "extract-banner": "^0.1.2", "isobject": "^3.0.0", "lazy-cache": "^2.0.2", "parse-author": "^1.0.0", "strip-banner": "^0.2.0", "update-copyright": "^0.2.4" }, "devDependencies": { "gulp-format-md": "^0.1.11", "mocha": "^3.2.0" }, "keywords": [ "banner", "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": [ "extract-banner", "strip-banner", "update-copyright" ] }, "reflinks": [ "update-copyright", "verb" ], "lint": { "reflinks": true } } }