-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 875 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": "pass-browser",
"license": "GNU GPL v3.0",
"description": "Make secrets easily accessible from your pass' ~/.password-store",
"author": "Cornelis Poppema",
"version": "0.7.0",
"engines": {
"node": ">= 8.2.1"
},
"dependencies": {
"bootstrap": "^4.0.0-beta",
"jquery": "^3.3.1",
"openpgp": "^2.5.11",
"otplib": "^9.0.0",
"parse-domain": "2.0.0",
"popper.js": "^1.14.3"
},
"devDependencies": {
"browserify": "^16.2.0",
"browserify-package-json": "^1.0.1",
"grunt": "^1.0.1",
"grunt-browserify": "^5.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "^3.0.0",
"grunt-mkdir": "^1.0.0"
},
"export-symbol": "extensionSkeleton.exports"
}