forked from eschnou/node-bignumber
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 789 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 789 Bytes
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
{
"name": "node-bignumber",
"description": "A pure javascript implementation of BigIntegers and RSA crypto.",
"engines": {
"node": ">=0.4.0"
},
"version": "v1.2.2",
"keywords": [
"bigintegers",
"rsa",
"pkcs"
],
"homepage": "http://www-cs-students.stanford.edu/~tjw/jsbn/",
"author": "Tom Wu <tjw@cs.stanford.edu> (http://www-cs-students.stanford.edu/~tjw/)",
"contributors": [
{
"name": "Joe Doyle",
"email": "joe@joedoyle.us"
},
{
"name": "Jim Tupper",
"email": "github@tupper.org.uk"
}
],
"main": "./lib/rsa",
"repository": {
"type": "git",
"url": "https://github.com/JoeDoyle23/node-bignumber.git"
}
}