forked from tidev/titanium-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 1.75 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 1.75 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"about": {
"name": "Titanium Command-Line Interface",
"author": "Appcelerator",
"copyright": "Copyright (c) 2012-2017, Appcelerator, Inc. All Rights Reserved.",
"id": "com.appcelerator.titanium.cli"
},
"name": "titanium",
"description": "Appcelerator Titanium Command line",
"keywords": [
"appcelerator",
"titanium",
"mobile",
"ios",
"iphone",
"android",
"blackberry",
"html5",
"mobileweb",
"mobile web",
"appc-client"
],
"version": "5.1.1",
"author": {
"name": "Appcelerator, Inc.",
"email": "npmjs@appcelerator.com"
},
"maintainers": [
{
"name": "Jeff Haynie",
"email": "jhaynie@appcelerator.com"
},
{
"name": "Chris Barber",
"email": "cbarber@appcelerator.com"
}
],
"bugs": {
"url": "https://jira.appcelerator.org/browse/TIMOB"
},
"repository": {
"type": "git",
"url": "git://github.com/appcelerator/titanium.git"
},
"preferGlobal": true,
"dependencies": {
"adm-zip": "0.4.11",
"async": "2.6.1",
"colors": "1.3.0",
"fields": "0.1.24",
"fs-extra": "^6.0.1",
"humanize": "0.0.9",
"longjohn": "0.2.12",
"moment": "2.22.2",
"node-appc": "^0.2.47",
"request": "2.87.0",
"semver": "5.5.0",
"sprintf": "0.1.5",
"temp": "0.8.3",
"winston": "1.1.2"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-appc-js": "^2.1.0",
"grunt-cli": "^1.2.0",
"grunt-mocha-istanbul": "^5.0.2",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"mocha-jenkins-reporter": "^0.3.7",
"should": "^13.2.1"
},
"license": "Apache-2.0",
"bin": {
"ti": "./bin/titanium",
"titanium": "./bin/titanium"
},
"main": "./lib/titanium",
"directories": {
"lib": "./lib"
},
"scripts": {
"lint": "grunt lint",
"test": "JUNIT_REPORT_PATH=junit_report.xml grunt"
},
"engines": {
"node": ">=4.0"
}
}