{ "name": "find-root", "author": "AgileMD ", "contributors": [ "jden " ], "version": "1.0.0", "description": "find the closest package.json", "keywords": [ "package", "module", "base", "root" ], "main": "index.js", "scripts": { "test": "node node_modules/mocha/bin/mocha" }, "repository": "git@github.com:agilemd/find-root.git", "license": "MIT", "readmeFilename": "README.md", "devDependencies": { "chai": "~1.6.0", "mocha": "~1.9.0", "moquire": "~1.5.4" } }