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:
34
node_modules/findup/package.json
generated
vendored
Normal file
34
node_modules/findup/package.json
generated
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"author": "Filirom1 <filirom1@gmail.com>",
|
||||
"name": "findup",
|
||||
"description": "Walk up ancester's dir up to root",
|
||||
"version": "0.1.5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Filirom1/findup.git"
|
||||
},
|
||||
"bin": {
|
||||
"findup": "bin/findup.js"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha ./test/*.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"colors": "~0.6.0-1",
|
||||
"commander": "~2.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "~1.3.0",
|
||||
"chai": "~1.1.1"
|
||||
},
|
||||
"optionalDependencies": {},
|
||||
"engines": {
|
||||
"node": ">=0.6"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http : //www.opensource.org/licenses/MIT"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user