mirror of https://github.com/nodejs/node.git
12 lines
381 B
JSON
12 lines
381 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"
|
|
, "license" :
|
|
{ "type" : "MIT"
|
|
, "url" : "https://github.com/isaacs/abbrev-js/raw/master/LICENSE" }
|
|
}
|