{
  "name": "keepass-dmenu",
  "version": "1.3.3",
  "description": "dmenu based keepass2 kdbx client",
  "bin": {
    "keepass-dmenu": "bin/keepass-dmenu-cli.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gustavnikolaj/keepass-dmenu.git"
  },
  "publishConfig": {
    "registry": "http://registry.npmjs.org/"
  },
  "scripts": {
    "test": "mocha",
    "coverage": "NODE_ENV=development istanbul --include-all-sources cover _mocha -- --reporter dot"
  },
  "author": "Gustav Nikolaj <gustavnikolaj@gmail.com>",
  "license": "ISC",
  "devDependencies": {
    "deep-extend": "0.3.2",
    "istanbul": "0.3.5",
    "mocha": "2.1.0",
    "proxyquire": "1.3.1",
    "sinon": "1.12.2",
    "unexpected": "5.8.1",
    "unexpected-sinon": "5.0.0"
  },
  "dependencies": {
    "async": "0.9.0",
    "keepass.io": "1.1.4",
    "lodash": "2.4.1",
    "passerror": "1.1.0",
    "yargs": "1.3.3"
  }
}
