From 7a3df06eb573d36142bd1a8e03c5ce8752d300b3 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 24 May 2017 15:10:37 +0200 Subject: fix build issues and add typedoc --- node_modules/create-hmac/package.json | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'node_modules/create-hmac/package.json') diff --git a/node_modules/create-hmac/package.json b/node_modules/create-hmac/package.json index f4267511c..ab116af8d 100644 --- a/node_modules/create-hmac/package.json +++ b/node_modules/create-hmac/package.json @@ -1,10 +1,17 @@ { "name": "create-hmac", - "version": "1.1.4", + "version": "1.1.6", "description": "node style hmacs in the browser", + "files": [ + "browser.js", + "index.js", + "legacy.js" + ], "main": "index.js", "scripts": { - "test": "node test.js | tspec" + "standard": "standard", + "test": "npm run-script standard && npm run-script unit", + "unit": "node test.js | tspec" }, "repository": { "type": "git", @@ -22,12 +29,17 @@ "homepage": "https://github.com/crypto-browserify/createHmac", "devDependencies": { "hash-test-vectors": "^1.3.2", + "standard": "^5.3.1", "tap-spec": "^2.1.2", "tape": "^3.0.3" }, "dependencies": { + "cipher-base": "^1.0.3", "create-hash": "^1.1.0", - "inherits": "^2.0.1" + "inherits": "^2.0.1", + "ripemd160": "^2.0.0", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" }, "browser": "./browser.js" } -- cgit v1.2.3