UNPKG

823 BJSONView Raw
1{
2 "name": "mothership",
3 "version": "0.2.0",
4 "description": "Helps a module find its package.json mothership.",
5 "main": "index.js",
6 "scripts": {
7 "test": "tap test/*.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/thlorenz/mothership.git"
12 },
13 "homepage": "https://github.com/thlorenz/mothership",
14 "dependencies": {
15 "find-parent-dir": "~0.3.0"
16 },
17 "devDependencies": {
18 "tap": "~0.4.3"
19 },
20 "keywords": [
21 "find",
22 "resolve",
23 "package.json",
24 "condition",
25 "predicate",
26 "root"
27 ],
28 "author": {
29 "name": "Thorsten Lorenz",
30 "email": "thlorenz@gmx.de",
31 "url": "http://thlorenz.com"
32 },
33 "license": {
34 "type": "MIT",
35 "url": "https://github.com/thlorenz/mothership/blob/master/LICENSE"
36 },
37 "engine": {
38 "node": ">=0.6"
39 }
40}