forked from octalmage/robotjs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 865 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
40
41
42
43
44
45
{
"name": "robotjs",
"version": "0.4.4",
"description": "Node.js Desktop Automation.",
"main": "index.js",
"scripts": {
"test": "node test/all.js",
"install": "prebuild --install"
},
"repository": {
"type": "git",
"url": "https://github.com/octalmage/robotjs.git"
},
"keywords": [
"Automation",
"GUI",
"mouse",
"keyboard",
"screenshot",
"image",
"pixel",
"desktop",
"robotjs",
"screen",
"recognition",
"autohotkey",
"machine",
"learning",
"color"
],
"author": "Jason Stallings",
"license": "MIT",
"gypfile": true,
"bugs": {
"url": "https://github.com/octalmage/robotjs/issues"
},
"homepage": "https://github.com/octalmage/robotjs",
"dependencies": {
"nan": "^2.2.1",
"prebuild": "^4.1.1"
},
"devDependencies": {
"tape": "^3.5.0"
}
}