-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
39 lines (39 loc) · 809 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
39
{
"name": "osx-mouse",
"version": "2.0.0",
"description": "Mouse tracking for OS X",
"main": "index.js",
"scripts": {
"lint": "standard",
"test": "node test/parallel-destroy && node test/parallel-unref && node test/sequence-destroy && node test/sequence-unref"
},
"repository": {
"type": "git",
"url": "https://github.com/kapetan/osx-mouse"
},
"keywords": [
"track",
"mouse",
"events",
"osx",
"native",
"screen",
"display",
"position"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/kapetan/osx-mouse/issues"
},
"homepage": "https://github.com/kapetan/osx-mouse",
"dependencies": {
"bindings": "^1.5.0",
"nan": "^2.14.1"
},
"os": [
"darwin"
],
"devDependencies": {
"standard": "^14.3.4"
}
}