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