forked from dgjung0220/adb_viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 811 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 811 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
{
"name": "adb_viewer",
"version": "1.0.0",
"description": "android resource viewer(cpu,cpuset) by using adb",
"main": "index.js",
"scripts": {
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/dgjung0220/adb_viewer.git"
},
"keywords": [
"electron"
],
"author": "dg.jung",
"license": "ISC",
"bugs": {
"url": "https://github.com/dgjung0220/adb_viewer/issues"
},
"homepage": "https://github.com/dgjung0220/adb_viewer#readme",
"dependencies": {
"adbkit": "^2.10.0",
"bluebird": "^3.5.0",
"collections": "^5.0.6",
"electron-pug": "^1.5.1"
},
"devDependencies": {
"asar": "^0.13.0",
"electron": "^1.6.11",
"electron-installer-squirrel-windows": "^1.3.0",
"electron-packager": "^8.7.2"
}
}