node/deps/npm/test/packages/npm-test-missing-bindir/package.json

5 lines
144 B
JSON
Raw Normal View History

2011-12-16 00:32:07 +08:00
{ "name":"npm-test-missing-bindir"
, "version" : "0.0.0"
, "scripts" : { "test" : "node test.js" }
, "directories": { "bin" : "./not-found" } }