mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-19 00:53:48 -05:00
35 lines
666 B
JSON
35 lines
666 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|