File tree Expand file tree Collapse file tree 2 files changed +17
-10
lines changed Expand file tree Collapse file tree 2 files changed +17
-10
lines changed Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2014-2015 Calvin Metcalf & contributors
3
+ Copyright (c) 2014-2016 Calvin Metcalf & contributors
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 2
2
"name" : " browserify-rsa" ,
3
3
"version" : " 4.0.1" ,
4
4
"description" : " RSA for browserify" ,
5
+ "bugs" : {
6
+ "url" : " https://github.com/crypto-browserify/browserify-rsa/issues"
7
+ },
8
+ "license" : " MIT" ,
9
+ "files" : [
10
+ " index.js"
11
+ ],
5
12
"main" : " index.js" ,
13
+ "repository" : {
14
+ "type" : " git" ,
15
+ "url" : " https://github.com:crypto-browserify/browserify-rsa.git"
16
+ },
6
17
"scripts" : {
7
- "test" : " node test.js | tspec"
18
+ "lint" : " standard" ,
19
+ "test" : " npm run lint && npm run unit" ,
20
+ "unit" : " tape test/*.js"
8
21
},
9
- "author" : " " ,
10
- "license" : " MIT" ,
11
22
"dependencies" : {
12
23
"bn.js" : " ^4.1.0" ,
13
24
"randombytes" : " ^2.0.1"
14
25
},
15
- "repository" : {
16
- "type" : " git" ,
17
- "url" :
" [email protected] :crypto-browserify/browserify-rsa.git"
18
- },
19
26
"devDependencies" : {
20
27
"parse-asn1" : " ^5.0.0" ,
21
- "tap-spec " : " ^2.1.2 " ,
22
- "tape" : " ^3.0.3 "
28
+ "standard " : " ^6.0.8 " ,
29
+ "tape" : " ^4.5.1 "
23
30
}
24
31
}
You can’t perform that action at this time.
0 commit comments