{ "name": "resolve-bin", "version": "0.4.3", "description": "Resolves the full path to the bin file of a given package by inspecting the \"bin\" field in its package.json.", "main": "index.js", "scripts": { "test": "tap test/*.js" }, "repository": { "type": "git", "url": "git://github.com/thlorenz/resolve-bin.git" }, "homepage": "https://github.com/thlorenz/resolve-bin", "dependencies": { "find-parent-dir": "~0.3.0" }, "devDependencies": { "dependency-cruiser": "^10.0.1", "mocha": "~1.14.0", "open-cli": "^6.0.1", "tap": "~0.4.3" }, "keywords": [ "resolve", "bin", "module" ], "author": { "name": "Thorsten Lorenz", "email": "thlorenz@gmx.de", "url": "http://thlorenz.com" }, "license": { "type": "MIT", "url": "https://github.com/thlorenz/resolve-bin/blob/master/LICENSE" }, "engine": { "node": ">=0.6" } }