-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.03 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
{
"name": "ios-app-utils",
"description": "Utility functions for iOS app files",
"keywords": [
"appium",
"iOS",
"bundleId"
],
"version": "1.1.1",
"author": "appium",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/appium/ios-app-utils.git"
},
"bugs": {
"url": "https://github.com/appium/ios-app-utils/issues"
},
"engines": [
"node"
],
"main": "./build/index.js",
"bin": {},
"directories": {
"lib": "lib"
},
"dependencies": {
"appium-logger": "^2.1.0",
"appium-support": "^2.0.9",
"babel-runtime": "=5.8.24",
"bluebird": "^2.9.32",
"lodash": "^3.10.1",
"source-map-support": "^0.3.1"
},
"scripts": {
"prepublish": "./node_modules/.bin/gulp prepublish",
"test": "./node_modules/.bin/gulp once",
"watch": "./node_modules/.bin/gulp"
},
"devDependencies": {
"appium-gulp-plugins": "^1.2.12",
"chai": "^3.0.0",
"chai-as-promised": "^5.1.0",
"gulp": "^3.8.11",
"ios-test-app": "^2.3.3"
}
}