-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
31 lines (31 loc) · 891 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
{
"name": "floating-ruler",
"version": "0.1.0",
"description": "",
"main": "main.js",
"scripts": {
"start": "electron .",
"debug": "DEVELOPMENT=true electron .",
"build": "electron-packager . 'Floating Ruler' --overwrite --platform=darwin --arch=all --icon=buildResources/icons/icon@512px.icns --prune=true --out=dist",
"test": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/theo0165/floating-ruler.git"
},
"author": "Theo Sandell (theo01sandell@gmail.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/theo0165/floating-ruler/issues"
},
"homepage": "https://github.com/theo0165/floating-ruler#readme",
"devDependencies": {
"electron": "^14.0.1",
"electron-debug": "^3.2.0",
"electron-packager": "^15.4.0"
},
"dependencies": {
"electron-store": "^8.0.1",
"path": "^0.12.7"
}
}