-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.24 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
{
"name": "vimag",
"version": "1.0.0",
"description": "A video vibration toolbox",
"main": "main.js",
"scripts": {
"dev_setup": "npm install && bash ./build_scripts/linux_x86_64.sh",
"dev_win_setup": "npm install && call ./build_scripts/windows_x86_64.bat && call ./build_scripts/windows_x86_64.bat",
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RLado/ViMag.git"
},
"keywords": [
"MotionMagnification",
"DeepLearning",
"SHM",
"ModalAnalysis"
],
"author": "Ricard Lado",
"license": "MIT",
"bugs": {
"url": "https://github.com/RLado/ViMag/issues"
},
"homepage": "https://github.com/RLado/ViMag#readme",
"devDependencies": {
"@electron-forge/cli": "^6.0.0",
"@electron-forge/maker-flatpak": "^6.0.0",
"@electron-forge/maker-squirrel": "^6.0.0",
"@electron-forge/maker-zip": "^6.0.0",
"electron": "^v26.2.4"
},
"dependencies": {
"chart.js": "^3.8.0",
"csvtojson": "^2.0.10",
"dialogs": "git://github.com/RLado/dialogs_js.git",
"fs-extra": "^10.1.0",
"python-shell": "^3.0.1"
},
"config": {
"forge": "./forge.config.js"
}
}