forked from digicontributer/digiid-js
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 860 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://github.com/digibyte/digiid-js",
"version": "0.1",
"author": {
"name": "DigiByte",
"email": "[email protected]",
"url": "https://github.com/digibyte"
},
"dependencies": {
"digibyte-message": "git://github.com/digicontributer/bitcore-message.git#9d9c8ad30158db25f683e2dee746a14a9d7ec8a0"
},
"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"
}