-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
executable file
·49 lines (49 loc) · 1.47 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
{
"name": "imaginary-teleprompter",
"email": "support@imaginary.tech",
"homepage": "https://imaginary.tech/teleprompter/",
"description": "The most complete and professional free software teleprompter application.",
"license": "GPL-3.0+",
"version": "2.4.0",
"keywords": [
"teleprompter",
"television",
"news",
"multiplatform",
"portable",
"software",
"local",
"online",
"imaginary sense",
"imaginary films",
"imaginary"
],
"author": "Imaginary Sense Inc. <support@imaginary.tech> (https://imaginary.tech)",
"contributors": [
"Javier O. Cordero-Pérez <javier@imaginary.tech> (https://javiercordero.info)",
"Victor A. Ortiz-Alvarado <va2ron1@gmail.com> (https://twitter.com/Va2ron1)",
"Rafael J. Sierra-Soto <rafael.sierra2@upr.edu> (https://www.facebook.com/rafael.jose.7737)",
"Keyvan Pérez Pérez <keyvan.perez2@gmail.com> (https://github.com/keyvanp)"
],
"repository": {
"type": "git",
"url": "https://github.com/ImaginarySense/Imaginary-Teleprompter"
},
"bugs": {
"url": "https://github.com/ImaginarySense/Imaginary-Teleprompter/issues"
},
"scripts": {
"start": "electron main.js"
},
"main": "main.js",
"dependencies": {
"electron-squirrel-startup": "1.0.0",
"shelljs": "0.8.1",
"deb-version-compare": "git+https://github.com/sdumetz/node-deb-version-compare.git"
},
"devDependencies": {
"electron": "1.8.8"
},
"engine": "node >= 8.2.1",
"preferGlobal": "false"
}