forked from mymonero/mymonero-app-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
157 lines (157 loc) · 5.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"name": "MyMonero",
"author": "MyMonero",
"description": "The simplest way to use Monero",
"version": "1.0.0",
"license": "SEE LICENSE IN LICENSE.txt",
"repository": "https://github.com/mymonero/mymonero-app-js",
"private": false,
"main": "./local_modules/electron_main/electron_main.js",
"scripts": {
"start": "electron ./local_modules/electron_main/electron_main.js",
"start-dev": "NODE_ENV=development electron ./local_modules/electron_main/electron_main.js",
"pack": "CSC_IDENTITY_AUTO_DISCOVERY=false CSC_NAME=\"Mac Developer\" build --dir -mwl",
"dist": "CSC_IDENTITY_AUTO_DISCOVERY=false CSC_NAME=\"Mac Distribution\" build -mwl",
"postinstall": "install-app-deps"
},
"build": {
"appId": "com.mymonero.mymonero",
"copyright": "Copyright © 2014-2017 MyMonero/",
"asar": true,
"forceCodeSigning": false,
"files": [
"**/*",
"!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme,test,__tests__,tests,powered-test,example,examples,*.d.ts}",
"!**/node_modules/.bin",
"!**/*.{o,hprof,orig,pyc,pyo,rbc}",
"!**/._*",
"!**/{.DS_Store,.git,.hg,.svn,CVS,RCS,SCCS,__pycache__,thumbs.db,.gitignore,.gitattributes,.editorconfig,.flowconfig,.yarn-metadata.json,.idea,appveyor.yml,.travis.yml,circle.yml,npm-debug.log,.nyc_output,yarn.lock,.yarn-integrity}",
"!dist",
"!docs",
"!plugins",
"!platforms",
"!docs",
"!www",
"!cordova_res",
"!bin",
"!**/*.cordova.*",
"!**/*.Lite.*",
"!**/favicon*.png",
"!**/favicon*.ico"
],
"mac": {
"category": "public.app-category.finance",
"target": [
"dir"
],
"icon": "build/icon.icns"
},
"win": {
"target": [
"nsis"
],
"legalTrademarks": "Copyright © 2014-2017 MyMonero.",
"publisherName": "MyMonero"
},
"nsis": {
"perMachine": true
},
"linux": {
"target": [
"AppImage"
]
},
"protocols": [
{
"name": "Monero Funds Request URL",
"schemes": [
"monero"
]
}
]
},
"engines": {
"node": "7.4.0"
},
"dependencies": {
"async": "^2.1.2",
"electron-context-menu": "^0.9.0",
"fastclick": "^1.0.6",
"html5-fs": "^0.1.1",
"jsqr": "^0.2.1",
"mkdirp": "^0.5.1",
"node-notifier": "^4.6.1",
"qrcode": "^0.8.1",
"underscore": "^1.8.3",
"uuid": "^3.0.1",
"velocity-animate": "^1.4.0",
"xhr": "^2.3.1",
"cordova-android": "latest",
"ionic-plugin-keyboard": "~2.2.1",
"cordova-plugin-file": "~4.3.2",
"cordova-plugin-globalization": "~1.0.6",
"cordova-plugin-whitelist": "~1.3.2",
"cordova-plugin-device": "~1.1.5",
"cordova-plugin-app-version": "~0.1.9",
"com.ozexpert.devicemeta": "https://github.com/ozexpert/cordova-plugin-device-meta.git",
"cordova-plugin-compat": "~1.1.0",
"cordova-base64-to-gallery": "https://github.com/medi-y-sato/cordova-base64-to-gallery",
"com.verso.cordova.clipboard": "https://github.com/ibnclaudius/CordovaClipboard",
"cordova-plugin-customurlscheme": "~4.2.0",
"cordova-plugin-inappbrowser": "~1.7.0",
"cordova-plugin-splashscreen": "https://github.com/apache/cordova-plugin-splashscreen.git",
"cordova-plugin-insomnia": "https://github.com/EddyVerbruggen/Insomnia-PhoneGap-Plugin.git",
"com.synconset.imagepicker": "https://github.com/Telerik-Verified-Plugins/ImagePicker.git",
"cordova-plugin-dialogs": "~1.3.2",
"cordova-plugin-statusbar": "~2.2.2",
"cordova-plugin-qrscanner": "~2.5.0"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-minify": "^0.2.0",
"electron": "1.7.9",
"electron-builder": "^16.0.1",
"electron-packager": "^8.1.0",
"eslint": "^3.19.0",
"mocha": "^3.2.0",
"request": "^2.79.0",
"sharp": "^0.17.3",
"spectron": "^3.6.1",
"webpack": "^2.3.3",
"webpack-merge": "^4.1.0",
"worker-loader": "^0.8.0"
},
"cordova": {
"platforms": [
"android"
],
"plugins": {
"ionic-plugin-keyboard": {},
"cordova-plugin-file": {},
"cordova-plugin-globalization": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-device": {},
"cordova-plugin-app-version": {},
"com.ozexpert.devicemeta": {},
"cordova-plugin-compat": {},
"cordova-base64-to-gallery": {},
"com.verso.cordova.clipboard": {},
"cordova-plugin-customurlscheme": {
"URL_SCHEME": "monero",
"ANDROID_SCHEME": " ",
"ANDROID_HOST": " ",
"ANDROID_PATHPREFIX": "/"
},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-insomnia": {},
"com.synconset.imagepicker": {
"PHOTO_LIBRARY_USAGE_DESCRIPTION": "The MyMonero app uses your device's photo roll for downloading and for opening Monero Request QR code files."
},
"cordova-plugin-dialogs": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-qrscanner": {}
}
}
}