-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 879 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
{
"name": "Slack",
"description": "Slack Desktop app.",
"version": "1.0.1",
"main": "index.html",
"node-main": "main.js",
"inject-js-start": "inject-start.js",
"inject-js-end": "inject-end.js",
"node-remote": "<local>;*.slack.com;slack.com",
"window": {
"icon": "icon_512x512.png",
"show": true,
"toolbar": false,
"frame": true,
"position": "center",
"width": 800,
"height": 630,
"title": "Slack - Loading..."
},
"dependencies": {
"bluebird": "^2.9.3",
"node-notifier": "git+ssh://[email protected]:misterbyrne/node-notifier.git"
},
"webkit": {
"plugin": true
},
"devDependencies": {
"enigmavirtualbox": "^0.9.3",
"node-webkit-builder": "^1.0.4"
},
"repository": {
"type": "git",
"url": "https://github.com/misterbyrne/slack.git"
},
"scripts": {
"build": "build\\build.cmd"
}
}