-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 858 Bytes
/
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
{
"name": "electron-quick-start",
"version": "1.0.0",
"description": "An Electron Dashboard",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"repository": "https://github.com/tataille/elecdashboard",
"keywords": [
"Electron"
],
"author": "GitHub",
"license": "Apache 2.0",
"devDependencies": {
"body-parser": "~1.0.1",
"d3": "^3.5.17",
"electron": "~1.6.11",
"express": "^4.0.0",
"http-auth": "3.1.3"
},
"dependencies": {
"body-parser": "~1.0.1",
"cron-parser": "^2.4.1",
"d3": "^3.5.17",
"electron": "~1.6.11",
"electron-notification-desktop": "0.0.4",
"exec": "^0.2.1",
"express": "^4.0.0",
"http-auth": "3.1.3",
"ip": "^1.1.5",
"lokijs": "^1.5.0",
"node-schedule": "^1.2.4",
"swagger-ui-express": "^2.0.8",
"winston": "^3.0.0-rc0"
}
}