Skip to content

Commit 41ffd50

Browse files
committed
Add package.json for NPM distribution
1 parent 0457daf commit 41ffd50

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
.markdownlint.json
1+
.markdownlint.json
2+
3+
# Node.js stuff.
4+
node_modules/
5+
package-lock.json

package.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "ecies-web",
3+
"version": "0.1.0",
4+
"description": "ECIES for the browser",
5+
"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

Comments
 (0)