-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 814 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 814 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
{
"name": "hack-summit",
"version": "1.0.0",
"description": "\"# hack-summit\"",
"main": "main.js",
"scripts": {
"start": "SET NODE_ENV=dev & electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/sanvishal/hack-summit.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sanvishal/hack-summit/issues"
},
"homepage": "https://github.com/sanvishal/hack-summit#readme",
"dependencies": {
"deasync": "^0.1.15",
"electron": "^6.0.7",
"iohook": "^0.6.1",
"nedb-promises": "^4.0.0",
"os-uptime": "^2.0.2"
},
"iohook": {
"targets": [
"node-64",
"electron-73"
],
"platforms": [
"win32",
"darwin",
"linux"
],
"arches": [
"x64",
"ia32"
]
}
}