UNPKG

mothership

Version:

Helps a module find its package.json mothership.

41 lines (40 loc) 823 B
{ "name": "mothership", "version": "0.3.0", "description": "Helps a module find its package.json mothership.", "main": "index.js", "scripts": { "test": "tap test/*.js" }, "repository": { "type": "git", "url": "git://github.com/thlorenz/mothership.git" }, "homepage": "https://github.com/thlorenz/mothership", "dependencies": { "find-parent-dir": "~0.3.0" }, "devDependencies": { "tap": "~0.4.3" }, "keywords": [ "find", "resolve", "package.json", "condition", "predicate", "root" ], "author": { "name": "Thorsten Lorenz", "email": "thlorenz@gmx.de", "url": "http://thlorenz.com" }, "license": { "type": "MIT", "url": "https://github.com/thlorenz/mothership/blob/master/LICENSE" }, "engine": { "node": ">=0.6" } }