forked from GingerCode/Desktop-Client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.28 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
{
"name": "gingercode",
"productName": "Gingercode",
"version": "0.0.1",
"description": "Gingercode - Desktop Application",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/OSWeekends/GingerCode-Desktop.git"
},
"author": "Open Source Weekends",
"contributors": [
{
"name": "Javier Gallego Martín",
"url": "https://github.com/bifuer"
},
{
"name": "Chelo Quilón",
"url": "https://github.com/lilxelo"
},
{
"name": "Jose Manuel Gallego Chamorro",
"url": "https://github.com/Josheriff"
},
{
"name": "Ulises Gascón",
"url": "https://github.com/ulisesGascon"
}
],
"scripts": {
"test": "xo",
"start": "electron .",
"build": "electron-packager . --out=build --asar --overwrite --all"
},
"files": [
"index.js",
"index.html",
"index.css"
],
"keywords": [
"pseudocode",
"gingercode"
],
"dependencies": {
"electron-debug": "1.0.0"
},
"devDependencies": {
"devtron": "1.1.0",
"electron": "1.3.3",
"electron-packager": "8.0.0",
"gulp": "3.9.1",
"gulp-debug": "3.0.0",
"gulp-eslint": "3.0.1",
"xo": "0.16.0"
},
"xo": {
"esnext": true,
"envs": [
"node",
"browser"
]
}
}