-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 985 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
{
"name": "alastria-identity-json-objects",
"version": "0.0.1-SNAPSHOT",
"description": "Plugfest to verify custom Credentials, Presentations, Presentation Requests, Alastria Tokens, Alastria Sessions, Alastria Identity Creations (AIC) and DID",
"main": "index.js",
"scripts": {
"test": "mocha plugfest-alastria.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alastria/alastria-identity-JSON-objects.git"
},
"keywords": [
"alastria",
"plugfest"
],
"author": "(4TIC)",
"license": "MIT",
"bugs": {
"url": "https://github.com/alastria/alastria-identity-JSON-objects/issues"
},
"homepage": "https://github.com/alastria/alastria-identity-JSON-objects#readme",
"dependencies": {
"@types/mocha": "^7.0.2",
"@types/node": "^13.13.4",
"chai": "^4.2.0",
"chai-json-schema": "^1.5.1",
"jsonwebtoken": "^8.5.1",
"mocha": "^7.1.1",
"typescript": "^3.8.3",
"url-regex": "^5.0.0"
}
}