-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 1.39 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
64
65
66
67
68
69
{
"name": "saam",
"version": "0.0.2",
"description": "Graph",
"main": "main.js",
"scripts": {
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder",
"postinstall": "electron-builder install-app-deps",
"publish": "electron-builder -p always"
},
"repository": {
"type": "git",
"url": "https://github.com/sebospc/saam-telematica"
},
"author": {
"name": "grid",
"email": "pordefinir@def.com",
"url": "http://barnyrubble.tumblr.com/"
},
"contributors": [
{
"name": "Esteban Echavarria",
"email": "eechava6@eafit.edu.co"
},
{
"name": "Julian Andres Sanchez",
"email": "jsanch89@eafit.edu.co"
},
{
"name": "Sebastian Ospina",
"email": "sospin26@eafit.edu.co"
}
],
"dependencies": {
"chart.js": "^2.7.2",
"chroma-js": "^1.4.0",
"d3": "^5.7.0",
"electron-updater": "^4.0.6",
"nice-color-palettes": "^2.0.0",
"sweetalert2": "^7.29.0",
"xlsx": "^0.14.3"
},
"build": {
"appId": "com.example.saam",
"mac": {
"category": "your.app.category.type",
"target": [
"dmg"
]
},
"win": {
"target": [
"nsins"
]
},
"linux": {
"target": [
"AppImage",
"deb"
]
}
},
"devDependencies": {
"electron": "^3.1.1",
"electron-builder": "^20.40.2"
}
}