You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

33 lines
757 B

{
"name": "file-header",
"version": "0.1.1",
"description": "A CLI tool for generating file header from a configuration file and an EJS template.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"file-header": "./main.js"
},
"author": {
"name": "Harish.K",
"email": "harish2704@gmail.com"
},
"license": "MIT",
"dependencies": {
"ejs": "^2.5.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harish2704/file-header.git"
},
"bugs": {
"url": "https://github.com/harish2704/file-header/issues"
},
"keywords": [
"file-header",
"ejs",
"cli"
],
"homepage": "https://github.com/harish2704/file-header#readme"
}