-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
69 lines (69 loc) · 1.47 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
67
68
69
{
"about": {
"name": "gitTio Titanium & Alloy package manager",
"author": "Fokke Zandbergen",
"copyright": "Copyright (c) 2013, Fokke Zandbergen. All Rights Reserved.",
"id": "nl.fokkezb.gittio"
},
"name": "gittio",
"description": "Install Titanium modules and Alloy widgets",
"keywords": [
"appcelerator",
"titanium",
"mobile",
"ios",
"iphone",
"android",
"alloy",
"cli"
],
"version": "0.6.3",
"author": {
"name": "Fokke Zandbergen",
"email": "[email protected]"
},
"maintainers": [
{
"name": "Fokke Zandbergen",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git://github.com/fokkezb/gittio.git"
},
"preferGlobal": true,
"dependencies": {
"adm-zip": "~0.4.3",
"appc-compat": "^1.0.0",
"async": "~0.2.9",
"chalk": "~1.0.0",
"commander": "~2.1.0",
"fs-extended": "~0.2.0",
"glob": "^4.3.1",
"rc": "^1.1.6",
"request": "^2.74.0",
"rimraf": "~2.2.5",
"semver": "^4.1.0",
"timodules": "^0.1.3",
"underscore": "~1.5.2",
"update-notifier": "^0.6.0",
"xml2js": "~0.4.1"
},
"license": "Apache-2.0",
"bin": "./bin/gittio.js",
"main": "./lib/gittio.js",
"directories": {
"bin": "./bin",
"lib": "./lib"
},
"engines": {
"node": ">=0.8"
},
"homepage": "http://gitt.io/cli",
"readme": "",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/fokkezb/gittio/issues"
}
}