-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1 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
{
"name": "androidctrl",
"version": "1.2.2",
"description": "Node module for managing and controlling the Android Emulator",
"main": "android.js",
"scripts": {
"test": "jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leahciMic/androidctrl.git"
},
"keywords": [
"android",
"emulator",
"control",
"avd",
"device",
"adb"
],
"author": "Michael Leaney <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/leahciMic/androidctrl/issues"
},
"homepage": "https://github.com/leahciMic/androidctrl#readme",
"devDependencies": {
"jasmine": "^2.3.2",
"jscs": "^2.1.1",
"jshint": "^2.8.0",
"proxyquire": "^1.7.2"
},
"dependencies": {
"bluebird": "^2.10.0",
"debug": "^2.2.0",
"ezspawn": "^1.0.2",
"ini": "^1.3.4",
"lodash.findwhere": "^3.1.0",
"lodash.isobject": "^3.0.2",
"promise-preserve": "^1.0.0",
"promise-retry": "^0.2.9",
"spawn-wait-for": "^1.0.8"
}
}