forked from digitalbazaar/bedrock-credential-curator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 KB
/
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
39
40
41
42
43
44
45
{
"name": "bedrock-credential-curator",
"version": "0.4.11-0",
"description": "Bedrock Credential Curator",
"main": "./lib",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/digitalbazaar/bedrock-credential-curator"
},
"keywords": [
"bedrock"
],
"author": {
"name": "Digital Bazaar, Inc.",
"email": "[email protected]",
"url": "http://digitalbazaar.com"
},
"bugs": {
"url": "https://github.com/digitalbazaar/bedrock-credential-curator/issues"
},
"homepage": "https://github.com/digitalbazaar/bedrock-credential-curator",
"dependencies": {
"async": "^1.5.2",
"bignumber.js": "^2.1.4",
"did-io": "^0.6.1",
"jsonld-signatures": "^1.1.3",
"lodash": "^4.14.1",
"request": "^2.69.0",
"uuid": "^2.0.2"
},
"peerDependencies": {
"bedrock": "^1.0.0",
"bedrock-express": "^2.0.0",
"bedrock-event-log": "^2.0.0",
"bedrock-credentials-mongodb": "^3.0.0",
"bedrock-credentials-rest": "^1.0.0",
"bedrock-passport": "^3.0.0",
"bedrock-permission": "^2.3.0",
"bedrock-views": "^4.0.0"
},
"directories": {
"lib": "./lib"
}
}