{ "name": "omap", "version": "0.0.1", "description": "Maps object key to array of possible keys.", "main": "index.js", "scripts": { "test": "make test" }, "author": "Thomas Reggi", "license": "BSD", "dependencies": { "underscore": "~1.5.2" }, "devDependencies": { "expect.js": "~0.2.0" }, "directories": { "test": "test" }, "repository": { "type": "git", "url": "https://github.com/reggi/omap.git" }, "keywords": [ "object", "mapping", "keys", "" ], "bugs": { "url": "https://github.com/reggi/omap/issues" } }