forked from Sustaingineeringubc/Monitoring-System
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·44 lines (44 loc) · 1009 Bytes
/
package.json
File metadata and controls
executable file
·44 lines (44 loc) · 1009 Bytes
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
{
"name": "monitoring-software",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"start": "./node_modules/.bin/electron .",
"simulate": "./simulate.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/electron/electron-quick-start.git"
},
"keywords": [
"Electron",
"quick",
"start",
"tutorial"
],
"author": "Felipe Ballesteros",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/electron/electron-quick-start/issues"
},
"homepage": "https://github.com/electron/electron-quick-start#readme",
"devDependencies": {
"bulma": "^0.7.1",
"devtron": "*",
"electron": "*",
"electron-reload": "*",
"node-sass": "^4.9.2"
},
"dependencies": {
"async": "^2.6.1",
"chartist": "^0.11.0",
"electron-rebuild": "^1.8.1",
"fast-csv": "^2.4.1",
"jquery": "^3.3.1",
"jquery-lazy": "^1.7.9",
"lodash": "^4.17.10",
"nedb": "^1.8.0",
"save": "^2.3.2"
}
}