You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
381 B

{ "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" }
}