{ "name": "create-hmac", "version": "1.1.4", "description": "node style hmacs in the browser", "main": "index.js", "scripts": { "test": "node test.js | tspec" }, "repository": { "type": "git", "url": "https://github.com/crypto-browserify/createHmac.git" }, "keywords": [ "crypto", "hmac" ], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/crypto-browserify/createHmac/issues" }, "homepage": "https://github.com/crypto-browserify/createHmac", "devDependencies": { "hash-test-vectors": "^1.3.2", "tap-spec": "^2.1.2", "tape": "^3.0.3" }, "dependencies": { "create-hash": "^1.1.0", "inherits": "^2.0.1" }, "browser": "./browser.js" }