blob: 3cd6ebd26ceac6d3d9493b811ddd0de994bfa3bf [file] [log] [blame]
{
"author": "",
"browser": "browser.js",
"bugs": {
"url": "https://github.com/crypto-browserify/createHash/issues"
},
"dependencies": {
"cipher-base": "^1.0.1",
"inherits": "^2.0.1",
"md5.js": "^1.3.4",
"ripemd160": "^2.0.1",
"sha.js": "^2.4.0"
},
"description": "create hashes for browserify",
"devDependencies": {
"hash-test-vectors": "^1.3.2",
"safe-buffer": "^5.0.1",
"standard": "^10.0.2",
"tap-spec": "^2.1.2",
"tape": "^4.6.3"
},
"homepage": "https://github.com/crypto-browserify/createHash",
"keywords": [
"crypto"
],
"license": "MIT",
"main": "index.js",
"name": "create-hash",
"repository": {
"type": "git",
"url": "git@github.com:crypto-browserify/createHash.git"
},
"scripts": {
"standard": "standard",
"test": "npm run-script standard && npm run-script unit",
"unit": "node test.js | tspec"
},
"version": "1.2.0"
}