-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 897 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": "pass-browser-chrome",
"license": "GNU GPL v3.0",
"description": "Make secrets easily accessible from your pass' ~/.password-store",
"author": "Cornelis Poppema",
"version": "0.9.0",
"engines": {
"node": ">= 16.14.2"
},
"dependencies": {
"bootstrap": "^4.0.0-beta",
"esmify": "^2.1.1",
"jquery": "^3.3.1",
"match-sorter": "^4.0.1",
"openpgp": "^5.5.0",
"otplib": "^9.0.0",
"parse-domain": "^2.0.0",
"popper.js": "^1.14.3"
},
"devDependencies": {
"browserify": "^17.0.0",
"grunt": "^1.0.4",
"grunt-browserify": "^6.0.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "^3.0.0",
"grunt-mkdir": "^1.1.0"
},
"export-symbol": "extensionSkeleton.exports"
}