-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.31 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
{
"name": "mac-keyboard",
"version": "0.0.3",
"description": "Enables you to create virtual keyboard input on Mac OS X using Cocoa.",
"author": {
"name": "Sveinn Floki Gudmundsson",
"email": "ctw@ctwhome.com"
},
"contributors": [
{
"name": "Jesus Garcia Gonzalez",
"email": "ctw@ctwhome.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/ctwhome/node-mac-keyboard.git"
},
"main": "mac-keyboard.js",
"keywords": [
"native keyboard",
"mac os x"
],
"bugs": {
"url": "https://github.com/ctwhome/node-mac-keyboard/issues"
},
"engines": {
"node": "*"
},
"dependencies": {
"nodobjc": "2.1.0"
},
"license": "MIT",
"homepage": "https://github.com/ctwhome/node-mac-keyboard",
"_id": "mac-keyboard@0.0.2",
"dist": {
"shasum": "fac9dffb85fe40891a9bf7f6654327ef1ddd63b9",
"tarball": "http://registry.npmjs.org/mac-keyboard/-/mac-keyboard-0.0.2.tgz"
},
"_from": "mac-keyboard@*",
"_npmVersion": "1.3.17",
"_npmUser": {
"name": "ctw",
"email": "ctw@ctwhome.com"
},
"maintainers": [
{
"name": "ctw",
"email": "ctw@ctwhome.com"
}
],
"directories": {},
"_shasum": "fac9dffb85fe40891a9bf7f6654327ef1ddd63b9",
"_resolved": "https://registry.npmjs.org/mac-keyboard/-/mac-keyboard-0.0.2.tgz"
}