-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 715 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 715 Bytes
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
{
"name": "ios-uicatalog",
"version": "1.1.0",
"description": "Apple iOS UICatalog app",
"main": "apps.json",
"license": "Apache-2.0",
"scripts": {
"install": "node -e \"require('grunt').tasks(['default']);\"",
"clean": "node -e \"require('grunt').tasks(['cleanAll']);\""
},
"repository": {
"type": "git",
"url": "https://github.com/appium/ios-uicatalog.git"
},
"keywords": [
"appium",
"ios",
"uicatalog"
],
"os": [
"darwin"
],
"author": "",
"homepage": "https://github.com/appium/ios-uicatalog",
"dependencies": {
"appium-xcode": "^3.6.0",
"bluebird": "^3.5.1",
"grunt": "^1.0.3",
"ipa-deploy": "^0.3.1",
"rimraf": "^2.6.2"
}
}