mirror of
https://github.com/github/codeql-action.git
synced 2026-05-03 12:20:09 +00:00
Initial commit (from f5274cbdce4ae7c9e4b937dcdf95ac70ae436d5f)
This commit is contained in:
+40
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"name": "ecc-jsbn",
|
||||
"version": "0.1.2",
|
||||
"description": "ECC JS code based on JSBN",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/quartzjer/ecc-jsbn.git"
|
||||
},
|
||||
"keywords": [
|
||||
"jsbn",
|
||||
"ecc",
|
||||
"browserify"
|
||||
],
|
||||
"author": {
|
||||
"name": "Jeremie Miller",
|
||||
"email": "jeremie@jabber.org",
|
||||
"url": "http://jeremie.com/"
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Jeremie Miller",
|
||||
"email": "jeremie@jabber.org",
|
||||
"url": "http://jeremie.com/"
|
||||
},
|
||||
{
|
||||
"name": "Ryan Bennett",
|
||||
"url": "https://github.com/rynomad"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"jsbn": "~0.1.0",
|
||||
"safer-buffer": "^2.1.0"
|
||||
},
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/quartzjer/ecc-jsbn/issues"
|
||||
},
|
||||
"homepage": "https://github.com/quartzjer/ecc-jsbn"
|
||||
}
|
||||
Reference in New Issue
Block a user