forked from stanfieldr/ghetto-skype
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "ghetto-skype",
"version": "1.4.1",
"productName": "Ghetto Skype",
"description": "Web Skype + Tray Icon + Notifications",
"private": true,
"main": "app/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/stanfieldr/ghetto-skype.git"
},
"keywords": [
"web",
"skype",
"wrapper"
],
"author": "Robert Stanfield <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/stanfieldr/ghetto-skype/issues"
},
"homepage": "https://github.com/stanfieldr/ghetto-skype#readme",
"devDependencies": {
"electron-packager": "^7.0.1",
"electron-prebuilt": "^1.3.2",
"grunt": "^0.4.0",
"grunt-electron-installer": "^2.1.0",
"grunt-electron-installer-debian": "^0.3.0",
"grunt-electron-installer-redhat": "^0.3.0",
"grunt-electron-packager": "0.0.7",
"load-grunt-tasks": "^3.5.0"
},
"dependencies": {
"mime": "^1.3.4",
"stylus": "^0.54.5",
"tmp": "0.0.28"
}
}