forked from julianschiavo/SimplePresence
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·44 lines (44 loc) · 1.27 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
{
"name": "SimplePresence",
"version": "2.1.4",
"description": "An easy and simple way to set your Discord Rich Presence Status through RPC!",
"main": "main/main.js",
"author": "dotJS",
"license": "MIT",
"homepage": "https://github.com/justdotJS/SimplePresence#readme",
"bugs": {
"url": "https://github.com/justdotJS/SimplePresence/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/justdotJS/SimplePresence.git"
},
"scripts": {
"start": "electron main/main.js",
"apple": "electron services/apple/main.js",
"spotify": "electron services/spotify/main.js",
"google": "electron services/google/main.js",
"lastfm": "electron services/lastfm/main.js",
"imdb": "electron services/imdb/main.js"
},
"dependencies": {
"@dnode/parse-duration": "^1.4.2",
"discord-rpc": "github:devsnek/discord-rpc",
"electron": "^1.7.9",
"imdb": "^1.1.0",
"lastfm": "^0.9.2",
"moment": "^2.19.2",
"node-spotify-webhelper": "github:justdotJS/node-spotify-webhelper",
"open": "0.0.5",
"osascript-promise": "^1.0.0",
"parse-duration": "^0.1.1",
"snekfetch": "^3.5.8"
},
"browser": {
"net": false,
"ws": false,
"uws": false,
"erlpack": false,
"src/transports/IPC.js": false
}
}