-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.43 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
{
"name": "hovercraft",
"version": "1.0.1",
"description": "trigger different kinds of clicks when the pointer hovers. With support for modifier keys (alt, shift, ctrl etc.)",
"main": "main.js",
"scripts": {
"package": "electron-packager . hovercraft --overwrite --platform=linux --arch=x64 --version=0.36.1 && tar -czvf hovercraft.tar.gz hovercraft-linux-x64",
"deploy": "scp -P 30000 hovercraft.tar.gz kitchen-sessions.org:/var/www/hovercraft",
"start": "electron main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shecodes-students/hovercraft.git"
},
"keywords": [
"dwellclick",
"hoverclick",
"assistive technology",
"acessibility",
"universal access",
"pointing and clicking",
"XServer"
],
"contributors": [
"Julia Friesel <[email protected]>",
"Jan Bölsche <[email protected]>",
"Leonor Oliveira <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/shecodes-students/hovercraft/issues"
},
"homepage": "https://github.com/shecodes-students/hovercraft#readme",
"devDependencies": {
"electron-prebuilt": "0.36.1",
"electron-packager": "~5.2.1"
},
"dependencies": {
"deep-equal": "~1.0.1",
"node-xtest-bindings": "jfr3000/node-xtest-bindings",
"pull-continue": "0.0.1",
"pull-generate": "^2.2.0",
"pull-stream": "^3.3.2",
"rc": "~1.1.6",
"xtend": "~4.0.1"
}
}