-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 886 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
34
35
{
"name": "find-bar",
"version": "0.1.2",
"description": "Add a find bar to Electron App",
"author": "avenwu <avwu@qq.com>",
"license": "MIT",
"scripts": {
"lint": "eslint --fix index.js"
},
"keywords": [
"electron",
"find",
"search",
"findInPage",
"findPage"
],
"bugs": {
"url": "https://github.com/avwo/electron-find-bar/issues"
},
"homepage": "https://github.com/avwo/electron-find-bar",
"registry": "https://registry.npmjs.org/electron-find-bar",
"repository": {
"type": "git",
"url": "https://github.com/avwo/electron-find-bar.git"
},
"devDependencies": {
"electron": "^31.1.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2"
}
}