Files
gruvbox/node_modules/findup/package.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"
}
]
}