-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
55 lines (55 loc) · 1.55 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
{
"name": "atomos",
"productName": "AtomOS",
"version": "0.8.0",
"description": "Open-source operating system based on Electron.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/ruslang02/atomos.git"
},
"readme": "./README.md",
"scripts": {
"start": "electron .",
"start-no-gpu": "electron . --disable-gpu",
"test": "electron . -d --remote-debugging-port=9229",
"test-no-sandbox": "electron . -d --no-sandbox --remote-debugging-port=9229",
"test-no-gpu": "electron . -d --disable-gpu --remote-debugging-port=9229"
},
"author": "Ruslan Garifullin <[email protected]>",
"license": "MPL-2.0",
"optionalDependencies": {
"google-auth-library": "^2.0.2",
"googleapis": "^36.0.0",
"telegram-mtproto": "^2.2.2",
"vk-io": "^4.0.0-rc.19"
},
"dependencies": {
"@mdi/font": "^3.7.95",
"ace-builds": "^1.4.5",
"blob-to-buffer": "^1.2.8",
"bootstrap": "^4.3.1",
"bootstrap.native": "^2.0.26",
"color": "^3.1.2",
"cropperjs": "^1.5.1",
"electron": "^9.1.0",
"extract-zip": "^1.6.6",
"js-beautify": "^1.10.0",
"jstoxml": "^1.5.0",
"markdown": "^0.5.0",
"mathjs": "^5.10.3",
"md5": "^2.2.1",
"mime-types": "^2.1.24",
"module-alias": "^2.2.0",
"musicmetadata": "^2.0.5",
"node-viewerjs": "^0.6.6",
"node-wifi": "^2.0.5",
"semver": "^5.7.0",
"source-sans-pro": "^2.45.0",
"systeminformation": "^4.13.2",
"tar": "^4.4.10",
"xml2js": "^0.4.19",
"youtube-dl": "^1.13.1"
},
"devDependencies": {}
}