29 lines
668 B
JSON
29 lines
668 B
JSON
{
|
|
"name" : "resolve",
|
|
"description" : "resolve like require.resolve() on behalf of files asynchronously and synchronously",
|
|
"version" : "0.6.3",
|
|
"repository" : {
|
|
"type" : "git",
|
|
"url" : "git://github.com/substack/node-resolve.git"
|
|
},
|
|
"main" : "index.js",
|
|
"keywords" : [
|
|
"resolve",
|
|
"require",
|
|
"node",
|
|
"module"
|
|
],
|
|
"scripts" : {
|
|
"test" : "tap test/*.js"
|
|
},
|
|
"devDependencies" : {
|
|
"tap" : "~0.4.0"
|
|
},
|
|
"license" : "MIT",
|
|
"author" : {
|
|
"name" : "James Halliday",
|
|
"email" : "mail@substack.net",
|
|
"url" : "http://substack.net"
|
|
}
|
|
}
|