-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
39 lines (39 loc) · 929 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
{
"name": "appium-repl",
"version": "1.0.1",
"description": "Simple REPL (Read-eval-print Loop) for controlling mobile apps through Appium",
"preferGlobal": true,
"bin": {
"appium-repl": "./bin/appium-repl.js"
},
"main": "bin/appium-repl.js",
"dependencies": {
"colors": "^1.3.3",
"nomnom": "^1.8.1",
"telme-promise": "^1.0.0",
"underscore": "1.9.1",
"wd": "^1.11.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/moizjv/AppiumRepl.git"
},
"keywords": [
"appium",
"appium-repl",
"automation-repl"
],
"author": "Jonah , Moiz",
"contributors": [
"Gavin Mogan <[email protected]>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/moizjv/AppiumRepl/issues"
},
"homepage": "https://github.com/moizjv/AppiumRepl"
}