Skip to content

Commit

Permalink
Add Zenodo file and update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
frederickjansen committed Oct 25, 2017
1 parent 0ad46dc commit 90a0c4e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 126 deletions.
12 changes: 12 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"description": "Performance comparison between JSEncrypt, Forge and SubtleCrypto.",
"license": "MIT",
"upload_type": "software",
"creators": [
{
"affiliation": "Boston University",
"name": "Frederick Jansen"
}
],
"access_right": "open"
}
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
{
"name": "crypto-perf",
"version": "1.0.0",
"description": "",
"description": "Performance comparison between JSEncrypt, Forge and SubtleCrypto.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"author": "Boston University Software & Application Innovation Lab",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/multiparty/crypto-perf.git"
},
"bugs": {
"url": "https://github.com/multiparty/crypto-perf/issues"
},
"homepage": "https://github.com/multiparty/crypto-perf#readme",
"dependencies": {
"benchmark": "^2.1.2"
}
Expand Down
123 changes: 0 additions & 123 deletions test.html

This file was deleted.

0 comments on commit 90a0c4e

Please sign in to comment.