-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 KB
/
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
39
40
41
{
"name": "hodext",
"productName": "Hodext",
"version": "0.1.3",
"main": "app/boot.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/gokmen/hodext.git"
},
"scripts": {
"start": "electron .",
"build:mac": "electron-packager . --out ./dist --platform=darwin --arch=x64 --asar --overwrite --icon=./assets/images/Hodext.icns"
},
"dependencies": {
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"debug": "^3.1.0",
"fuse.js": "^3.2.0",
"moment": "^2.22.1",
"nodobjc": "^2.1.0",
"react": "^16.3.1",
"react-dom": "^16.3.1"
},
"devDependencies": {
"electron": "^1.8.8",
"electron-packager": "^12.2.0"
},
"description": "Hold the Text!",
"bugs": {
"url": "https://github.com/gokmen/hodext/issues"
},
"homepage": "https://github.com/gokmen/hodext#readme",
"keywords": [
"clipboard",
"electron",
"react"
],
"author": "Gokmen Goksel <[email protected]>"
}