alexpogor-js-footer
Version:
This module allows for a dynamic footer to be generated for JS applications with an updated year and name.
26 lines (25 loc) • 730 B
JSON
{
"name": "alexpogor-js-footer",
"version": "0.1.0",
"description": "This module allows for a dynamic footer to be generated for JS applications with an updated year and name.",
"main": " ",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pogoralex/alexpogor-js-footer.git"
},
"keywords": [
"footer"
],
"author": "Alex Pogor <pogoralex@gmail.com> (https://pogoralex.github.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pogoralex/alexpogor-js-footer/issues"
},
"homepage": "https://github.com/pogoralex/alexpogor-js-footer#readme",
"dependencies": {
"moment": "^2.22.2"
}
}