forked from appium/appium-fake-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.2 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
48
49
50
51
52
53
{
"name": "appium-fake-driver",
"description": "Description goes here.",
"keywords": [
"appium"
],
"version": "0.1.11",
"author": "appium",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/appium/appium-fake-driver.git"
},
"bugs": {
"url": "https://github.com/appium/appium-fake-driver/issues"
},
"engines": [
"node"
],
"main": "./build/index.js",
"bin": {
"appium-fake-driver": "./build/index.js"
},
"directories": {
"lib": "lib"
},
"dependencies": {
"appium-base-driver": "^2.0.1",
"appium-support": "^2.5.0",
"asyncbox": "^2.0.2",
"babel-core": "5.8.24",
"babel-runtime": "5.8.24",
"bluebird": "^3.1.1",
"lodash": "^3.9.1",
"source-map-support": "^0.4.0",
"xmldom": "^0.1.19",
"xpath": "0.0.9",
"yargs": "^3.9.0"
},
"scripts": {
"prepublish": "./node_modules/.bin/gulp prepublish",
"test": "./node_modules/.bin/gulp once",
"watch": "./node_modules/.bin/gulp"
},
"devDependencies": {
"appium-gulp-plugins": "^1.2.16",
"chai": "^3.4.1",
"chai-as-promised": "^5.0.0",
"gulp": "^3.8.11",
"request-promise": "^1.0.2",
"wd": "^0.4.0"
}
}