mirror of https://github.com/nodejs/node.git
5 lines
144 B
JSON
5 lines
144 B
JSON
|
{ "name":"npm-test-missing-bindir"
|
||
|
, "version" : "0.0.0"
|
||
|
, "scripts" : { "test" : "node test.js" }
|
||
|
, "directories": { "bin" : "./not-found" } }
|