We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0457daf commit 41ffd50Copy full SHA for 41ffd50
.gitignore
@@ -1 +1,5 @@
1
-.markdownlint.json
+.markdownlint.json
2
+
3
+# Node.js stuff.
4
+node_modules/
5
+package-lock.json
package.json
@@ -0,0 +1,21 @@
+{
+ "name": "ecies-web",
+ "version": "0.1.0",
+ "description": "ECIES for the browser",
+ "main": "ecies.js",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/newgrp/ecies-web.git"
9
+ },
10
+ "keywords": [
11
+ "ecies",
12
+ "cryptography",
13
+ "browser"
14
+ ],
15
+ "author": "Conrad Parker",
16
+ "license": "MIT",
17
+ "bugs": {
18
+ "url": "https://github.com/newgrp/ecies-web/issues"
19
20
+ "homepage": "https://github.com/newgrp/ecies-web#readme"
21
+}
0 commit comments