-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.37 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.37 KB
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
{
"name": "electron-quick-start",
"version": "1.0.0",
"description": "A minimal Electron application",
"main": "main.js",
"scripts": {
"start": "electron .",
"pack": "build --dir",
"dist": "build"
},
"repository": "https://github.com/electron/electron-quick-start",
"keywords": [
"Electron",
"quick",
"start",
"tutorial",
"demo"
],
"author": "GitHub",
"license": "CC0-1.0",
"devDependencies": {
"electron": "^2.0.0",
"electron-builder": "^20.14.7",
"electron-packager": "^12.1.0",
"electron-rebuild": "^1.7.3",
"electron-reload": "^1.2.2"
},
"dependencies": {
"bootstrap": "^4.1.1",
"candlejs": "^0.1.6",
"cron": "^1.3.0",
"currency-formatter": "^1.4.2",
"datatables.net-responsive": "^2.2.1",
"dom-form-serializer": "^1.0.7",
"electron-debug": "^1.5.0",
"emailjs": "^2.0.0",
"fontawesome": "^4.7.2",
"ignite-ui": "^18.1.30",
"ipc": "0.0.1",
"jquery": "^3.3.1",
"jquery-ui": "^1.12.1",
"jquery-ui-bundle": "^1.12.1-migrate",
"jquery-ui-dist": "^1.12.1",
"jsdom": "^11.10.0",
"mysql": "github:mysqljs/mysql",
"node-notifier": "^5.2.1",
"node-oanda": "^1.1.20",
"noty": "^3.2.0-beta",
"oanda-adapter-v20": "^1.0.2",
"popper.js": "^1.14.3",
"pretty": "^2.0.0",
"techan-js": "^1.0.2",
"technicalindicators": "^1.1.11"
}
}