{
  "name": "keymap",
  "description": "Compacts/expands keys in an object.",
  "version": "0.0.4",
  "author": "Mathias Kretschek <mathias@kretschek.com.br>",
  "contributors": [
    "Mathias Kretschek <mathias@kretschek.com.br>"
  ],
  "bugs": "https://github.com/mkretschek/node-keymap/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/mkretschek/node-keymap"
  },
  "scripts": {
    "test": "make test"
  },
  "dependencies": {
    "underscore": "~1.5.2",
    "js-yaml": "~2.1.3"
  },
  "devDependencies": {
    "chai": "~1.8.1",
    "mocha": "~1.13.0"
  },
  "engine": {
    "node": "~0.10.15"
  },
  "main": "./index.js"
}
