forked from appium/appium-xcode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1016 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
40
41
42
43
44
45
46
47
48
{
"name": "appium-xcode",
"description": "Description goes here.",
"keywords": [
"appium"
],
"version": "2.0.5",
"author": "appium",
"license": "Apache License 2.0",
"repository": {
"type": "git",
"url": "https://github.com/appium/appium-xcode.git"
},
"bugs": {
"url": "https://github.com/appium/appium-xcode/issues"
},
"engines": [
"node"
],
"main": "./build/lib/xcode.js",
"bin": {},
"directories": {
"lib": "lib"
},
"dependencies": {
"appium-support": "^1.0.0",
"asyncbox": "^2.0.2",
"babel-runtime": "5.5.5",
"denodeify": "^1.2.1",
"lodash": "^3.6.0",
"npmlog": "^1.2.0",
"plist": "^1.1.0",
"q": "^1.2.0",
"source-map-support": "^0.2.10"
},
"scripts": {
"prepublish": "gulp prepublish",
"test": "gulp once",
"watch": "gulp"
},
"devDependencies": {
"appium-gulp-plugins": "^1.0.3",
"chai": "^2.2.0",
"chai-as-promised": "^4.3.0",
"gulp": "^3.8.10",
"mochawait": "^2.0.0"
}
}