{ "name": "shimmer", "version": "1.0.0", "description": "Safe(r) monkeypatching for JavaScript.", "main": "index.js", "scripts": { "test": "tap test/*.tap.js" }, "repository": { "type": "git", "url": "https://github.com/othiym23/shimmer.git" }, "keywords": [ "monkeypatch", "swizzle", "wrapping", "danger", "hmm", "shim" ], "author": "Forrest L Norvell ", "license": "BSD", "devDependencies": { "tap": "~0.4.3", "sinon": "~1.7.2" } }