Files
Jonasz Bigda b332e9ceb0 Cleanup
2023-03-25 21:51:42 +01:00

20 lines
466 B
JSON

{
"author": "Michael Feldstein",
"name": "gitignore",
"description": "Automatically fetch gitignore files for any project type from github into your new project",
"version": "0.6.0",
"repository": {
"url": "https://github.com/msfeldstein/gitignore"
},
"main": "./lib/library.js",
"bin": {
"gitignore": "./bin/gitignore.js"
},
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}