-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 834 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 834 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
{
"name": "Ako",
"version": "0.0.5",
"description": "a Gogoanime Desktop app",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"repository": "https://github.com/zoeeechu/Ako",
"keywords": [
"Electron",
"Gogoanime",
"start",
"Ako",
"Streaming"
],
"author": "GitHub",
"license": "CC0-1.0",
"devDependencies": {
"electron": "^21.1.0",
"electron-devtools-installer": "^3.2.0"
},
"dependencies": {
"@cliqz/adblocker-electron": "^1.25.1",
"@types/webextension-polyfill": "^0.10.1",
"cross-fetch": "^3.1.5",
"custom-electron-titlebar": "^4.1.1",
"discord-rich-presence": "^0.0.8",
"electron-store": "^8.1.0",
"electron-web-blocker": "^1.0.5",
"mal-scraper": "^2.12.1",
"node-fetch": "^3.2.10",
"update-electron-app": "^2.0.1"
}
}