forked from tidev/titanium-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.29 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
{
"about": {
"name": "Titanium Command-Line Interface",
"author": "Appcelerator",
"copyright": "Copyright (c) 2012, 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"
],
"version": "3.0.22",
"author": {
"name": "Appcelerator, Inc.",
"email": "[email protected]"
},
"maintainers": [
{"name": "Jeff Haynie", "email": "[email protected]"},
{"name": "Chris Barber", "email": "[email protected]"}
],
"repository": {
"type": "git",
"url": "git://github.com/appcelerator/titanium.git"
},
"preferGlobal": true,
"dependencies": {
"async": "0.1.x",
"colors": "0.6.x",
"longjohn": ">=0.0.3",
"node-appc": ">=0.1.13",
"prompt": "0.2.x",
"request": "2.9.x",
"revalidator": "0.1.x",
"semver": ">=1.0.14",
"sprintf": ">=0.1.1",
"temp": "0.4.0",
"winston": "0.6.x",
"wrench": "1.3.x"
},
"license": "Apache Public License v2",
"bin": {
"ti": "./bin/titanium",
"titanium": "./bin/titanium"
},
"main": "./lib/titanium",
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">=0.8"
}
}