-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1008 Bytes
/
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
{
"name": "traktify",
"version": "0.1.8",
"description": "multi platform desktop app for trakt.tv",
"main": "app.js",
"scripts": {
"start": "electron .",
"clearCache": "rm -f -r ./.cache/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodingBobby/traktify.git"
},
"keywords": [
"trakt",
"desktop",
"app"
],
"author": "CodingBobby, Bumbleboss",
"license": "ISC",
"bugs": {
"url": "https://github.com/CodingBobby/traktify/issues"
},
"homepage": "https://codingbobby.xyz/traktify",
"devDependencies": {
"electron": "^4.2.8"
},
"dependencies": {
"background": "^0.3.3",
"discord-rpc": "^3.0.2",
"electron-window-state": "^5.0.3",
"fanart.tv": "^2.1.0",
"flat-cache": "^2.0.1",
"fs": "0.0.1-security",
"moviedb-promise": "^1.4.1",
"node-tvdb": "^4.1.0",
"path": "^0.12.7",
"register-scheme": "0.0.2",
"request": "^2.88.0",
"rimraf": "^3.0.0",
"trakt.tv": "^7.2.0"
}
}