-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (38 loc) · 763 Bytes
/
package.json
File metadata and controls
51 lines (38 loc) · 763 Bytes
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
{
"name": "skyper",
"version": "0.0.10",
"description": "automated Skype calls and chats using Skype URIs and Desktop API",
"keywords": [
"skype",
"tools"
],
"repository": {
"type": "git",
"url": "https://github.com/mjpizz/skyper.git"
},
"main": "lib/skyper.js",
"bin": {
"skyper": "./bin/skyper"
},
"dependencies": {
"open": "0.x",
"applescript": "0.x",
"optimist": "0.x",
"virtualenv": "0.2.x",
"cli-color": "0.x"
},
"virtualenv": {
"optional": true,
"flags": [
"--system-site-packages"
]
},
"scripts": {
"postinstall": "virtualenv-postinstall"
},
"license": "MIT",
"author": {
"name": "Matt Pizzimenti",
"url": "http://mjpizz.com"
}
}