-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 952 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 952 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "zka",
"version": "0.0.4",
"description": "zero knowledge authentication and api keys",
"main": "index.js",
"scripts": {
"test": "mocha --exit specs",
"nsp": "nsp check",
"publish:patch": "npm version patch && npm publish && git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leverj/zka.git"
},
"keywords": [
"leverj",
"auth",
"secp256k1",
"decentralized"
],
"author": "leverj",
"license": "MIT",
"bugs": {
"url": "https://github.com/leverj/zka/issues"
},
"homepage": "https://github.com/leverj/zka#readme",
"dependencies": {
"affirm.js": "^1.0.0",
"ephemeral-cache": "^1.1.0",
"ethereumjs-util": "^5.1.5",
"lodash": "^4.17.5",
"rest.js": "^0.2.1",
"socket.io-client": "^2.0.4"
},
"devDependencies": {
"mocha": "^5.0.4",
"nsp": "^3.2.1",
"sinon": "^4.4.6",
"test-utils.js": "0.0.5"
}
}