Son CV dans un terminal web en Javascript!
https://terminal-cv.gregandev.fr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
841 B
41 lines
841 B
1 year ago
|
{
|
||
|
"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"
|
||
|
}
|