-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.01 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.01 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
{
"name": "smarthockey-editor",
"productName": "SmartHockey Editor",
"version": "1.0.10",
"description": "SmartHockey VideoEditor",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"keywords": [
"Electron",
"quick",
"start",
"tutorial",
"demo"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fantasyui-com/bootstrap-electron.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fantasyui-com/bootstrap-electron/issues"
},
"homepage": "https://github.com/fantasyui-com/bootstrap-electron#readme",
"dependencies": {
"bootstrap": "^4.1.3",
"chart.js": "^2.7.3",
"electron-fetch": "^1.3.0",
"electron-store": "^2.0.0",
"flat-ui": "^2.1.1",
"font-awesome": "^4.7.0",
"fs-copy-file": "^2.1.2",
"jquery": "^3.3.1",
"popper.js": "^1.14.4",
"video.js": "^7.3.0",
"videogular2": "^6.3.0",
"videojs-offset": "^2.0.0-beta.2",
"vue": "^2.5.17",
"vuex": "^3.0.1"
}
}