mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2025-01-15 05:17:27 -08:00
74eb5fa045
- `example/proxy` is new folder for `example_proxy`. - `riven` is new folder for the main riven lib. - Updated metadata to be an array and include HTTP method.
25 lines
No EOL
666 B
JSON
25 lines
No EOL
666 B
JSON
{
|
|
"name": "jsbn",
|
|
"version": "0.1.1",
|
|
"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.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/andyperlitch/jsbn.git"
|
|
},
|
|
"keywords": [
|
|
"biginteger",
|
|
"bignumber",
|
|
"big",
|
|
"integer"
|
|
],
|
|
"author": "Tom Wu",
|
|
"license": "MIT"
|
|
|
|
,"_resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz"
|
|
,"_integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM="
|
|
,"_from": "jsbn@0.1.1"
|
|
} |