git.schokokeks.org
Repositories
Help
Report an Issue
fs-words.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
6e9c872
Branches
Tags
develop-client_server
master
typescript
fs-words.git
server
lib
node_modules
jsbn
package.json
[add] server:lib:node_modules
Christian Fraß
commited
6e9c872
at 2021-03-08 23:52:07
package.json
Blame
History
Raw
{ "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" }