blob: 77c6a7d6754d23a16a2482d1925777d5f5621b56 [file] [log] [blame]
{
"author": "Isaac Z. Schlueter <i@izs.me>",
"description": "Like ruby's abbrev module, but in js",
"devDependencies": {
"tap": "^5.7.2"
},
"files": [
"abbrev.js"
],
"license": "ISC",
"main": "abbrev.js",
"name": "abbrev",
"repository": "http://github.com/isaacs/abbrev-js",
"scripts": {
"test": "tap test.js --cov"
},
"version": "1.0.9"
}