UNPKG

find-global-packages

Version:
33 lines (32 loc) 752 B
{ "name": "find-global-packages", "version": "0.0.1", "description": "find all global packages, list them by directory", "main": "index.js", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "git://github.com/chrisdickinson/find-global-packages.git" }, "keywords": [ "find", "global", "package", "packages", "list" ], "author": "Chris Dickinson <chris@neversaw.us> (http://neversaw.us/)", "license": "MIT", "bugs": { "url": "https://github.com/chrisdickinson/find-global-packages/issues" }, "homepage": "https://github.com/chrisdickinson/find-global-packages", "dependencies": { "which": "^1.0.5" }, "devDependencies": { "tape": "^2.10.2" } }