forked from gopasspw/gopassbridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.43 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
{
"name": "gopassbridge",
"version": "0.8.0",
"description": "Gopass Bridge allows searching and inserting login credentials from the gopass password manager",
"main": "web-extension/gopassbridge.js",
"scripts": {
"test": "npm-run-all test:*",
"test:lint": "npm run lint",
"test:jest": "jest",
"lint": "npm-run-all lint:*",
"lint:eslint": "eslint --ext=.js,.json web-extension manifests tests",
"lint:webext": "web-ext -s firefox-release lint",
"lint:prettier": "prettier --check \"**/*\"",
"format": "prettier --write \"**/*\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/gopasspw/gopassbridge.git"
},
"keywords": [
"gopass",
"passwordmanager",
"web-extension"
],
"author": "Martin Hoefling",
"license": "MIT",
"bugs": {
"url": "https://github.com/gopasspw/gopassbridge/issues"
},
"homepage": "https://github.com/gopasspw/gopassbridge#readme",
"dependencies": {},
"devDependencies": {
"codecov": "^3.6.5",
"eslint": "^6.0.1",
"eslint-plugin-json": "^2.0.1",
"eslint-plugin-mocha": "^6.0.0",
"eslint-plugin-promise": "^4.0.1",
"global": "^4.3.2",
"jest": "^24.8.0",
"jest-environment-jsdom": "^24.8.0",
"jest-environment-jsdom-global": "^1.0.3",
"jest-plugin-unhandled-promise": "^2.9.0",
"jest-webextension-mock": "^3.3.0",
"npm-run-all": "^4.1.2",
"prettier": "^1.10.2",
"web-ext": "^4.0.0"
}
}