forked from decentralized-identity/ua-web-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 874 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
{
"name": "did-ua-extension",
"description": "Cross-browser Web Extension that enhances browsers with DID awareness and handles DID-related User Agent interactions",
"version": "0.0.1",
"homepage": "http://identity.foundation",
"license": "Apache 2",
"repository": {
"type": "git",
"url": "git://github.com/decentralized-identity/ua-web-extension.git"
},
"main": "app/index.js",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-uglify-es": "^0.1.11"
},
"dependencies": {
"koa": "2.5.3",
"koa-body": "~4.0.4",
"koa-mount": "~4.0.0",
"koa-router": "~7.4.0",
"koa-static": "~5.0.0",
"natives": "^1.1.5",
"node-vibrant": "^3.0.0",
"url-search-params": "^0.10.2",
"webextension-polyfill": "^0.2.1",
"x-tag": "^2.0.9-alpha"
},
"resolutions": {
"natives": "1.1.3"
}
}