mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-18 16:47:23 -05:00
chore(package): re-init package with commitizen and standard-release
This commit is contained in:
45
node_modules/detect-file/package.json
generated
vendored
Normal file
45
node_modules/detect-file/package.json
generated
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"name": "detect-file",
|
||||
"description": "Detect if a filepath exists and resolves the full filepath.",
|
||||
"version": "0.1.0",
|
||||
"homepage": "https://github.com/doowb/detect-file",
|
||||
"author": "Brian Woodward (https://github.com/doowb)",
|
||||
"repository": "doowb/detect-file",
|
||||
"bugs": {
|
||||
"url": "https://github.com/doowb/detect-file/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"dependencies": {
|
||||
"fs-exists-sync": "^0.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "*",
|
||||
"mocha": "*"
|
||||
},
|
||||
"keywords": [],
|
||||
"verb": {
|
||||
"layout": "default",
|
||||
"plugins": [
|
||||
"gulp-format-md"
|
||||
],
|
||||
"related": {
|
||||
"list": [
|
||||
"fs-exists-sync"
|
||||
]
|
||||
},
|
||||
"reflinks": [
|
||||
"verb",
|
||||
"verb-readme-generator"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user