Skip to content

Commit 40f1aa9

Browse files
committed
transfer to crypto-browserify org
1 parent f08a5ea commit 40f1aa9

File tree

1 file changed

+3
-19
lines changed

1 file changed

+3
-19
lines changed

package.json

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "sha.js",
33
"description": "streaming sha1 hash in pure javascript",
44
"version": "2.3.5",
5-
"homepage": "https://github.com/dominictarr/sha.js",
5+
"homepage": "https://github.com/crypto-browserify/sha.js",
66
"repository": {
77
"type": "git",
8-
"url": "git://github.com/dominictarr/sha.js.git"
8+
"url": "git://github.com/crypto-browserify/sha.js.git"
99
},
1010
"dependencies": {
1111
"inherits": "^2.0.1"
@@ -22,21 +22,5 @@
2222
"test": "set -e; for t in test/*.js; do node $t; done;"
2323
},
2424
"author": "Dominic Tarr <[email protected]> (dominictarr.com)",
25-
"license": "MIT",
26-
"testling": {
27-
"files": "test/{vectors,write,hash}.js",
28-
"browsers": [
29-
"ie/8..latest",
30-
"firefox/17..latest",
31-
"firefox/nightly",
32-
"chrome/22..latest",
33-
"chrome/canary",
34-
"opera/12..latest",
35-
"opera/next",
36-
"safari/5.1..latest",
37-
"ipad/6.0..latest",
38-
"iphone/6.0..latest",
39-
"android-browser/4.2..latest"
40-
]
41-
}
25+
"license": "MIT"
4226
}

0 commit comments

Comments
 (0)