forked from credential-handler/web-credential-handler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.02 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
{
"name": "web-credential-handler",
"version": "2.0.3-0",
"description": "Credential Handler API util functions for Bedrock Web apps",
"type": "module",
"main": "index.js",
"dependencies": {
"credential-handler-polyfill": "^3.0.2",
"web-request-rpc": "^2.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/digitalbazaar/web-credential-handler"
},
"author": {
"name": "Digital Bazaar, Inc.",
"email": "[email protected]",
"url": "http://digitalbazaar.com"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/digitalbazaar/web-credential-handler/issues"
},
"homepage": "https://github.com/digitalbazaar/web-credential-handler",
"bedrock": {
"browserDependencies": "all"
},
"scripts": {
"prepublish": "npm run build",
"build": "webpack"
},
"devDependencies": {
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9"
},
"files": [
"dist/*.js",
"dist/*.js.map",
"index.js",
"CredentialEventProxy.js"
]
}