-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 937 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
39
40
41
42
43
{
"name": "bx-moon",
"version": "1.0.4",
"description": "BX.in.th cryptocurrency price tracker",
"main": "main.js",
"scripts": {
"start": "electron .",
"pack": "build --dir",
"dist": "build"
},
"repository": "bx-price-tracker",
"keywords": [
"bx.in.th",
"bitcoin",
"menubar",
"cryptocurrency"
],
"author": "Jirat Ki. (@n3tr)",
"license": "CC0-1.0",
"devDependencies": {
"electron": "~1.7.8",
"electron-builder": "^19.52.1",
"electron-installer-dmg": "^0.2.1",
"electron-packager": "^7.3.0"
},
"dependencies": {
"electron-store": "^1.3.0",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.4",
"moment": "^2.20.1",
"numeral": "^2.0.6"
},
"build": {
"appId": "com.n3tr.bx-price-tracker",
"productName": "Bx The Moon",
"mac": {
"category": "public.app-category.finance"
},
"win": {
"target": "portable"
}
}
}