-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
64 lines (64 loc) · 1.82 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"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"
}