25 lines
426 B
JSON
25 lines
426 B
JSON
{
|
|
"name": "js-keypair",
|
|
"version": "0.0.0",
|
|
"authors": [
|
|
"Patrick Roumanoff <patrick@roumanoff.com>"
|
|
],
|
|
"description": "generate keypair in the browser",
|
|
"main": "index.html",
|
|
"moduleType": [
|
|
"globals"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
},
|
|
"devDependencies": {
|
|
"qunit": "~1.19.0"
|
|
}
|
|
}
|