23 lines
620 B
JSON
23 lines
620 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": "*"
|
|
}
|
|
|
|
,"_resolved": "https://registry.npmjs.org/gitignore/-/gitignore-0.6.0.tgz"
|
|
,"_integrity": "sha1-hRjjnR4S+JbrCXHg+MmC5hbtdl4="
|
|
,"_from": "gitignore@0.6.0"
|
|
} |