This repository has been archived by the owner on Dec 4, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
67 lines (67 loc) · 1.61 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
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "google-music-electron",
"description": "Desktop app for Google Music on top of Electron",
"version": "2.20.0",
"homepage": "https://github.com/twolfson/google-music-electron",
"author": {
"name": "Todd Wolfson",
"email": "todd@twolfson.com",
"url": "http://twolfson.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/twolfson/google-music-electron.git"
},
"bugs": {
"url": "https://github.com/twolfson/google-music-electron/issues"
},
"license": "Unlicense",
"main": "lib/google-music-electron",
"engines": {
"node": ">= 6.0.0"
},
"bin": {
"google-music-electron": "bin/google-music-electron.js"
},
"scripts": {
"debug-repl": "rc /tmp/repl/google-music-electron.sock",
"lint": "twolfson-style lint lib/",
"start": "node bin/google-music-electron.js",
"test": "npm run lint"
},
"dependencies": {
"commander": "~2.8.1",
"configstore": "~1.2.1",
"electron": "^7.1.4",
"google-music": "~6.0.1",
"monogamous": "~1.0.3",
"replify": "~1.2.0",
"underscore": "~1.8.3",
"winston": "~1.0.0"
},
"devDependencies": {
"foundry": "~4.3.2",
"foundry-release-git": "~2.0.2",
"foundry-release-npm": "~2.0.2",
"jscs": "~1.7.3",
"jshint": "~2.5.10",
"repl-client": "~0.3.0",
"twolfson-style": "~1.6.0"
},
"mprisDependencies": {
"electron-rebuild": "~1.0.2",
"mpris-service": "~1.0.1"
},
"keywords": [
"google",
"music",
"electron",
"atom-shell"
],
"foundry": {
"releaseCommands": [
"foundry-release-git",
"foundry-release-npm"
]
}
}