-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.21 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
{
"name": "google-music-webkit",
"description": "Google Music desktop client via node-webkit",
"version": "3.0.0",
"homepage": "https://github.com/twolfson/google-music-webkit",
"author": {
"name": "Todd Wolfson",
"email": "[email protected]",
"url": "http://twolfson.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/twolfson/google-music-webkit.git"
},
"bugs": {
"url": "https://github.com/twolfson/google-music-webkit/issues"
},
"licenses": [
{
"type": "UNLICENSE",
"url": "https://github.com/twolfson/google-music-webkit/blob/master/UNLICENSE"
}
],
"main": "lib/index.html",
"single-instance": false,
"window": {
"show": false,
"show_in_taskbar": false
},
"webkit": {
"plugin": true
},
"keywords": [
"google",
"music",
"desktop",
"webkit"
],
"private": true,
"dependencies": {
"forward-events": "0.0.1",
"google-music": "~3.0.0",
"obj-extend": "~0.1.0"
},
"devDependencies": {
"foundry": "~4.3.2",
"foundry-release-git": "~2.0.2",
"foundry-release-npm": "~2.0.2"
},
"foundry": {
"releaseCommands": [
"foundry-release-git",
"foundry-release-npm"
]
}
}