mirror of https://github.com/nodejs/node.git
9 lines
277 B
JSON
9 lines
277 B
JSON
|
{ "name" : "abbrev"
|
||
|
, "version" : "1.0.3"
|
||
|
, "description" : "Like ruby's abbrev module, but in js"
|
||
|
, "author" : "Isaac Z. Schlueter <i@izs.me>"
|
||
|
, "main" : "./lib/abbrev.js"
|
||
|
, "scripts" : { "test" : "node lib/abbrev.js" }
|
||
|
, "repository" : "http://github.com/isaacs/abbrev-js"
|
||
|
}
|