20 lines
466 B
JSON
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": "*"
|
|
}
|
|
}
|