find-bar
Version:
Add a find bar to Electron App
36 lines (35 loc) • 886 B
JSON
{
"name": "find-bar",
"version": "0.1.3",
"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"
}
}