-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1008 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
36
37
38
{
"name": "electron-search-dialog",
"version": "0.2.2",
"description": "Electron simple search dialog for page contents.",
"main": "index.js",
"types": "types.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:taku-o/electron-search-dialog.git"
},
"keywords": [
"electron",
"dialog",
"search",
"findInPage"
],
"homepage": "https://github.com/taku-o/electron-search-dialog",
"bugs": {
"url": "https://github.com/taku-o/electron-search-dialog/issues",
"email": "mail@nanasi.jp"
},
"author": "taku-o <mail@nanasi.jp> (http://nanasi.jp/)",
"license": "MIT",
"devDependencies": {
"@types/node": "^10.11.7",
"electron": "^3.1.1",
"gulp": "^3.9.1",
"gulp-eslint": "^5.0.0",
"gulp-less": "^4.0.1",
"gulp-prettier": "^2.1.0",
"gulp-typescript": "^5.0.0-alpha.3",
"typescript": "^3.1.3",
"typescript-eslint-parser": "^18.0.0"
}
}