blob: 6ff61ec9c06e022234d9c0c211f449108c3b0ac1 [file] [log] [blame] [edit]
{
"author": "",
"browser": "browser.js",
"bugs": {
"url": "https://github.com/crypto-browserify/createHash/issues"
},
"bundleDependencies": false,
"dependencies": {
"cipher-base": "^1.0.1",
"inherits": "^2.0.1",
"md5.js": "^1.3.4",
"ripemd160": "^2.0.1",
"sha.js": "^2.4.0"
},
"deprecated": false,
"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+ssh://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"
}