mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-20 01:23:49 -05:00
chore(package): re-init package with commitizen and standard-release
This commit is contained in:
38
node_modules/dotgitignore/package.json
generated
vendored
Normal file
38
node_modules/dotgitignore/package.json
generated
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"name": "dotgitignore",
|
||||
"version": "1.0.3",
|
||||
"description": "find the closest .gitignore file, parse it, and apply ignore rules",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "nyc mocha test.js",
|
||||
"posttest": "standard",
|
||||
"release": "standard-version"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/bcoe/dotgitignore.git"
|
||||
},
|
||||
"keywords": [
|
||||
"gitignore",
|
||||
"git",
|
||||
"ignore",
|
||||
".gitignore"
|
||||
],
|
||||
"author": "Ben Coe <ben@npmjs.com>",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/bcoe/dotgitignore/issues"
|
||||
},
|
||||
"homepage": "https://github.com/bcoe/dotgitignore#readme",
|
||||
"dependencies": {
|
||||
"find-up": "^2.1.0",
|
||||
"minimatch": "^3.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^4.1.2",
|
||||
"mocha": "^4.1.0",
|
||||
"nyc": "^11.4.1",
|
||||
"standard": "^10.0.3",
|
||||
"standard-version": "^4.3.0-candidate.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user