-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
executable file
·69 lines (69 loc) · 1.48 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": "Titanium i18n CLI",
"author": "Fokke Zandbergen",
"copyright": "Copyright (c) 2013-present, Fokke Zandbergen. All Rights Reserved.",
"id": "nl.fokkezb.tii18n"
},
"name": "ti-i18n",
"description": "CLI to manage internationalizing your Titanium app",
"keywords": [
"appcelerator",
"titanium",
"mobile",
"ios",
"iphone",
"android",
"alloy",
"cli",
"i18n",
"internationalization"
],
"version": "1.0.0",
"author": {
"name": "Fokke Zandbergen",
"email": "[email protected]"
},
"maintainers": [
{
"name": "Fokke Zandbergen",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git://github.com/fokkezb/ti-i18n.git"
},
"preferGlobal": true,
"dependencies": {
"acorn": "^8.8.1",
"acorn-jsx": "^5.3.2",
"acorn-walk": "^8.2.0",
"alloy": "^1.14.5",
"ascii-table": ">=0.0.1",
"colors": ">=0.6.0-1",
"commander": "^12.1.0",
"exec": ">=0.0.6",
"fields": ">=0.1.11",
"fs-extended": "~0.2.0",
"pkginfo": ">=0.2.2",
"underscore": ">=1.5.2",
"wrench": ">=1.3.9",
"xmldom": "0.1.13"
},
"license": "Apache-2.0",
"bin": "./bin.js",
"main": "./main.js",
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">=18.18.0"
},
"homepage": "http://fokkezb.nl/tag/ti-i18n",
"readme": "",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/fokkezb/ti-i18n/issues"
}
}