-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 913 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 913 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
{
"name": "android-remote-electron",
"version": "1.0.0",
"description": "Control your android device throught your dekstop. Nothing to install on the mobile, adb only",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/maxired/android-remote-electron.git"
},
"keywords": [
"Electron",
"quick",
"start",
"tutorial"
],
"author": "GitHub",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/maxired/android-remote-electron/issues"
},
"homepage": "https://github.com/maxired/android-remote-electron/#readme",
"devDependencies": {
"electron-prebuilt": "^1.2.0"
},
"dependencies": {
"express": "^4.14.0",
"pump": "^1.0.1",
"range-parser": "^1.2.0",
"stream-split": "^0.2.0",
"sylvester.js": "^0.1.1",
"uclass": "^2.1.0",
"ws": "^1.1.1"
}
}