We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b4aff commit c9a6ca0Copy full SHA for c9a6ca0
package.json
@@ -1,7 +1,7 @@
1
{
2
"author": "Dominic Tarr <[email protected]> (dominictarr.com)",
3
"name": "crypto-browserify",
4
- "description": "partial implementation of crypto for the browser",
+ "description": "implementation of crypto for the browser",
5
"version": "3.8.3",
6
"homepage": "https://github.com/dominictarr/crypto-browserify",
7
"repository": {
@@ -29,16 +29,6 @@
29
"tape": "~2.3.2",
30
"hash-test-vectors": "~1.3.0"
31
},
32
- "testling": {
33
- "files": "test/*.js",
34
- "browsers": [
35
- "ie/latest",
36
- "chrome/latest",
37
- "firefox/latest",
38
- "safari/latest",
39
- "opera/latest"
40
- ]
41
- },
42
"optionalDependencies": {},
43
"browser": {
44
"crypto": false
0 commit comments