-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathpackage.json
35 lines (35 loc) · 846 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": "Katana",
"description": "Open-source screenshot utility that lives in your menubar.",
"version": "1.4.0",
"main": "./src/index.js",
"author": {
"url": "https://washedout.co/"
},
"license": "GPL-3.0",
"homepage": "https://washedout.co/katana/",
"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 ./src",
"build": "node ./build"
},
"dependencies": {
"auto-launch": "^5.0.5",
"decompress": "^4.2.0",
"fs-extra": "^5.0.0",
"lowdb": "^1.0.0",
"request": "^2.85.0",
"sudo-prompt": "^8.1.0"
},
"devDependencies": {
"electron": "^1.8.3",
"electron-packager": "^11.1.0",
"standard": "^11.0.0"
}
}