js-keygen/bower.json
Patrick Roumanoff aa49d05c58 working state
2015-09-03 21:58:00 +10:00

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"
}
}