UNPKG
mothership
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.0
Helps a module find its package.json mothership.
github.com/thlorenz/mothership
thlorenz/mothership
mothership
/
example
/
uno
/
dos
/
package.json
10 lines
(9 loc)
•
163 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"name"
:
"dos"
,
"version"
:
"0.0.0"
,
"description"
:
"Second highest package in examples."
,
"main"
:
"index.js"
,
"dependencies"
:
{
"dosdep"
:
"*"
}
}