-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.18 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
46
47
48
49
50
51
52
53
{
"name": "@solid/solid-multi-rp-client",
"version": "0.6.5",
"description": "OpenID Connect client for multiple Relying Parties for Solid",
"main": "./src/index.js",
"scripts": {
"build": "echo nothing to build",
"standard": "standard src/*",
"tape": "tape test/unit/*.js",
"test": "npm run standard && npm run tape",
"prepare": "npm test",
"postversion": "git push --follow-tags"
},
"engines": {
"node": ">=6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/solid/solid-multi-rp-client"
},
"keywords": [
"solid",
"decentralized",
"web",
"oidc",
"openid",
"connect",
"authentication",
"linked",
"data"
],
"author": {
"name": "Dmitri Zagidulin",
"url": "https://github.com/dmitrizagidulin/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/solid/solid-multi-rp-client/issues"
},
"homepage": "https://github.com/solid/solid-multi-rp-client",
"dependencies": {
"@solid/oidc-rp": "^0.11.7",
"kvplus-files": "0.0.4"
},
"devDependencies": {
"sinon": "^9.2.4",
"standard": "^16.0.4",
"tape": "^5.6.0"
},
"standard": {
"globals": []
}
}