-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.28 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.28 KB
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
{
"name": "refresh",
"version": "0.0.1-dev.1",
"description": "Refresh Modern Beautiful Electron and NodeJS Browser.",
"main": "refresh.js",
"scripts": {
"start": "cross-env ENV=dev ELECTRON_IS_DEV=1 ELECTRON_ENABLE_STACK_DUMPING=true electron .",
"test": "test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TryUps/Refresh.git"
},
"keywords": [
"Browser",
"NodeJS",
"Chromium",
"Refresh",
"Modern",
"Electron",
"Javascript",
"Html5",
"CSS3",
"html",
"css",
"js"
],
"author": "TryUps Inc.",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/TryUps/Refresh/issues"
},
"homepage": "https://github.com/TryUps/Refresh#readme",
"devDependencies": {
"electron": "^8.0.0-beta.5",
"electron-builder": "^21.2.0",
"electron-reload": "^1.5.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
},
"dependencies": {
"axios": "^0.19.0",
"cross-env": "^6.0.3",
"express": "^4.17.1",
"i18n": "^0.8.4",
"jquery": "^3.4.1",
"nedb": "^1.8.0",
"open": "^7.0.0"
}
}