-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
66 lines (66 loc) · 1.57 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
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"author": {
"name": "Uriel Lizama"
},
"bin": {
"tifast": "./cli.js",
"tifastlane": "./cli.js"
},
"bugs": {
"url": "https://github.com/ulizama/TiFastlane/issues"
},
"dependencies": {
"chalk": "^2.3.0",
"commander": "^2.12.2",
"inquirer": "^3.3.0",
"path": "^0.12.7",
"pinkie-promise": "^2.0.1",
"sudo": "^1.0.3",
"tiapp.xml": "^0.2.2",
"underscore": "^1.8.3",
"update-notifier": "^2.3.0",
"xpath": "^0.0.27",
"plist": "^2.1.0"
},
"description": "iOS and Android Continuos Deployment support for Titanium using fastlane.tools. With TiFastlane you'll be able to fully optimize the way you submit your app updates and maintain your certificates and provisioning profiles on the App Store, and your app listing on the Play Store.",
"devDependencies": {},
"directories": {
"lib": "./lib"
},
"homepage": "https://github.com/ulizama/TiFastlane",
"installable": true,
"keywords": [
"TiApp",
"alloy",
"appcelerator",
"cli",
"fastlane",
"ios",
"titanium",
"android"
],
"license": "Apache Public License v2",
"main": "index.js",
"maintainers": [
{
"name": "ulizama",
"email": "uriel@baboon.international"
},
{
"name": "douglas",
"email": "douglas_b_h@hotmail.com"
},
{
"name": "Dongwoo Gim",
"email": "gimdongwoo@gmail.com"
}
],
"name": "tifastlane",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/ulizama/TiFastlane.git"
},
"scripts": {},
"version": "0.11.0"
}