Last change
on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
527 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "jsbn",
|
---|
3 | "version": "0.1.1",
|
---|
4 | "description": "The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.",
|
---|
5 | "main": "index.js",
|
---|
6 | "scripts": {
|
---|
7 | "test": "mocha test.js"
|
---|
8 | },
|
---|
9 | "repository": {
|
---|
10 | "type": "git",
|
---|
11 | "url": "https://github.com/andyperlitch/jsbn.git"
|
---|
12 | },
|
---|
13 | "keywords": [
|
---|
14 | "biginteger",
|
---|
15 | "bignumber",
|
---|
16 | "big",
|
---|
17 | "integer"
|
---|
18 | ],
|
---|
19 | "author": "Tom Wu",
|
---|
20 | "license": "MIT"
|
---|
21 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.