forked from appium/ios-uicatalog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.15 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
{
"name": "ios-uicatalog",
"version": "2.0.9",
"description": "Apple iOS UICatalog app",
"main": "index.js",
"license": "Apache-2.0",
"scripts": {
"clean": "rm -rf node_modules && rm -f package-lock.json && npm install",
"build": "gulp ios-apps:install",
"install": "gulp ios-apps:install",
"test": "gulp once",
"watch": "gulp watch",
"lint": "gulp lint",
"lint:fix": "gulp lint --fix",
"precommit-msg": "echo 'Pre-commit checks...' && exit 0",
"precommit-test": "gulp lint"
},
"pre-commit": [
"precommit-msg",
"precommit-test"
],
"repository": {
"type": "git",
"url": "https://github.com/appium/ios-uicatalog.git"
},
"keywords": [
"appium",
"ios",
"uicatalog"
],
"os": [
"darwin"
],
"files": [
"gulpfile.js",
"index.js",
"uicatalog-info.md",
"UICatalog",
"UICatalog.xcodeproj"
],
"author": "",
"homepage": "https://github.com/appium/ios-uicatalog",
"dependencies": {
"appium-gulp-plugins": "^3.6.1",
"gulp": "^4.0.0"
},
"devDependencies": {
"ajv": "^6.5.3",
"eslint-config-appium": "^4.0.1",
"pre-commit": "^1.2.2"
}
}