-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathpackage.json
38 lines (38 loc) · 926 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": "Katana",
"description": "Open-source screenshot utility that lives in your menubar.",
"version": "1.0.0",
"main": "./app/index.js",
"author": {
"name": "128mb",
"email": "[email protected]",
"url": "https://128mb.net/"
},
"license": "MIT",
"homepage": "https://getkatana.com/",
"repository": {
"type": "git",
"url": "git+https://github.com/bluegill/katana.git"
},
"bugs": {
"url": "https://github.com/bluegill/katana/issues"
},
"scripts": {
"start": "./node_modules/.bin/electron .",
"build": "node ./build/index.js"
},
"dependencies": {
"auto-launch": "^5.0.1",
"electron": "^1.6.3",
"electron-packager": "^8.6.0",
"fs-extra": "^2.1.2",
"node-notifier": "^5.1.2",
"request": "^2.81.0",
"sudo-prompt": "^7.0.0"
},
"devDependencies": {
"asar": "^0.13.0",
"electron": "^1.5.1",
"electron-packager": "^8.4.0"
}
}