UNPKG

packpath

Version:
38 lines (37 loc) 737 B
{ "name": "packpath", "version": "0.1.0", "description": "Find the path(s) package.json.", "homepage": [ "https://github.com/jprichardson/node-packpath" ], "repository": { "type": "git", "url": "https://github.com/jprichardson/node-packpath" }, "keywords": [ "require", "package", "path", "resolve", "package.json", "find" ], "author": "JP Richardson <jprichardson@gmail.com>", "licenses": [ { "type": "MIT", "url": "http://github.com/jprichardson/node-packpath/raw/master/LICENSE" } ], "devDepdencies": { "mocha": "*" }, "main": "./lib/packpath", "scripts": { "test": "mocha test" }, "devDependencies": { "testutil": "~0.4.0" } }