{ "name": "rusha", "version": "0.8.14", "description": "A high-performance pure-javascript SHA1 implementation suitable for large binary data.", "main": "dist/rusha.js", "keywords": [ "sha1", "binary", "crypto", "hash" ], "scripts": { "test": "grunt test", "test:unit": "grunt test:unit", "build": "grunt build", "benchmark": "grunt benchmark" }, "repository": { "type": "git", "url": "https://github.com/srijs/rusha" }, "devDependencies": { "asm.js": "^0.0.2", "babel-core": "^6.26.0", "babel-eslint": "^8.0.3", "babel-loader": "^7.1.2", "babel-plugin-transform-es2015-arrow-functions": "^6.22.0", "babel-plugin-transform-es2015-block-scoped-functions": "^6.22.0", "babel-plugin-transform-es2015-block-scoping": "^6.26.0", "babel-plugin-transform-es2015-classes": "^6.24.1", "babel-plugin-transform-es2015-destructuring": "^6.23.0", "benchmark": "^1.0.0", "brfs": "^1.4.3", "browserify": "^14.5.0", "grunt": "^1.0.1", "grunt-cli": "^1.2.0", "grunt-contrib-uglify": "^3.1.0", "grunt-eslint": "^20.1.0", "grunt-karma": "^2.0.0", "grunt-webpack": "^3.0.2", "karma": "^1.7.1", "karma-benchmark": "^0.7.1", "karma-benchmark-reporter": "^0.1.1", "karma-browserify": "^5.1.2", "karma-chai-plugins": "^0.9.0", "karma-chrome-launcher": "^2.2.0", "karma-firefox-launcher": "^1.0.1", "karma-mocha": "^1.3.0", "karma-mocha-reporter": "^2.2.5", "karma-webpack": "^2.0.6", "microtime": "^2.1.1", "mocha": "^4.0.1", "node-forge": "^0.7.1", "sha.js": "^2.4.9", "sweet.js": "^0.7.1", "sweetjs-loader": "^0.0.7", "watchify": "^3.9.0", "webpack": "^3.11.0", "webworkify-webpack": "^2.1.0" }, "author": "Sam Rijs", "license": "MIT", "readmeFilename": "README.md" }