wallet-core/node_modules/create-hmac/package.json
2017-05-03 15:35:00 +02:00

34 lines
736 B
JSON

{
"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"
}