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.
 

28 lines
612 B

{
"name": "file-header",
"version": "0.0.1",
"description": "",
"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": "ISC",
"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"
},
"homepage": "https://github.com/harish2704/file-header#readme"
}