forked from tidev/titanium-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 1.96 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 1.96 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
{
"name": "titanium-mobile",
"description": "Appcelerator Titanium Mobile",
"version": "7.4.0",
"moduleApiVersion": {
"iphone": "2",
"android": "4",
"windows": "6"
},
"keywords": [
"appcelerator",
"titanium",
"mobile",
"android",
"iphone",
"ipad",
"ios"
],
"author": "Appcelerator, Inc. <npmjs@appcelerator.com>",
"scripts": {
"test": "grunt"
},
"dependencies": {
"adm-zip": "^0.4.11",
"appc-aar-tools": "^1.1.5",
"appc-tasks": "^1.0.1",
"archiver": "^2.1.1",
"async": "^2.6.1",
"buffer-equal": "1.0.0",
"clean-css": "4.0.11",
"colors": "^1.3.0",
"css-parse": "2.0.0",
"ejs": "^2.6.1",
"fields": "0.1.24",
"fs-extra": "^0.30.0",
"glob": "^7.1.2",
"humanize": "0.0.9",
"ioslib": "^1.7.2",
"lodash.defaultsdeep": "^4.6.0",
"markdown": "0.5.0",
"moment": "^2.22.2",
"node-appc": "^0.2.47",
"node-titanium-sdk": "^0.6.0",
"node-uuid": "1.4.8",
"pngjs": "^3.3.3",
"request": "^2.87.0",
"semver": "^5.5.0",
"sprintf": "0.1.5",
"temp": "0.8.3",
"windowslib": "^0.6.7",
"wrench": "1.5.9",
"xcode": "^1.0.0",
"xmldom": "^0.1.27"
},
"devDependencies": {
"clang-format": "^1.2.3",
"commander": "^2.15.1",
"danger": "^2.1.5",
"eslint-config-axway": "^2.0.14",
"eslint-plugin-mocha": "^5.0.0",
"grunt": "^1.0.3",
"grunt-appc-js": "^2.1.0",
"grunt-clang-format": "^1.1.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-mocha-test": "^0.13.3",
"js-yaml": "^3.12.0",
"mocha": "^5.2.0",
"pagedown": "~1.1.0",
"ssri": "^5.3.0"
},
"repository": {
"type": "git",
"url": "git://github.com/appcelerator/titanium_mobile.git"
},
"vendorDependencies": {
"visual studio": ">=10 <=12",
"windows phone sdk": "8.x",
"msbuild": ">=4.0",
"node": "4.x || 6.x || 8.x"
},
"engines": {
"node": ">=4"
},
"license": "Apache-2.0"
}