forked from porkchop/bitid-js
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
38 lines (38 loc) · 858 Bytes
/
package.json
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
{
"name": "digiid",
"description": "JavaScript implementation of the Digi-ID authentication protocol: https://www.digi-id.io/",
"version": "0.0.4",
"author": {
"name": "Aaron Caswell",
"email": "aaron@captureplay.com",
"url": "https://github.com/porkchop"
},
"dependencies": {
"digibyte-message": "git://github.com/digicontributer/bitcore-message.git#6628f69255230d90fd707aef0580629e8a913fec"
},
"devDependencies": {
"should": "3.3.1",
"mocha": "1.18.2"
},
"keywords": [
"bitcoin",
"digibyte",
"id",
"identity",
"identification",
"authentication",
"cryptocurrency",
"auth",
"bitid",
"digiid"
],
"repository": {
"type": "git",
"url": "https://github.com/digibyte/digiid-js"
},
"main": "index",
"scripts": {
"test": "make test"
},
"license": "MIT"
}