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