forked from tidev/titanium-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.49 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
{
"name": "titanium-mobile",
"description": "Appcelerator Titanium Mobile",
"version": "5.1.0",
"keywords": [
"appcelerator",
"titanium",
"mobile",
"android",
"mobileweb",
"iphone",
"ipad",
"ios"
],
"author": "Appcelerator, Inc. <[email protected]>",
"scripts": {
"test": "grunt"
},
"dependencies": {
"adm-zip": "0.4.7",
"archiver": "0.15.1",
"async": "1.4.2",
"buffer-equal": "0.0.1",
"clean-css": "3.4.1",
"colors": "1.1.2",
"css-parse": "2.0.0",
"ejs": "2.3.4",
"fields": "0.1.24",
"humanize": "0.0.9",
"ioslib": "0.7.0",
"moment": "2.10.6",
"markdown": "0.5.0",
"node-appc": "0.2.31",
"node-uuid": "1.4.3",
"png-size": "0.1.0",
"request": "2.61.0",
"sprintf": "0.1.5",
"temp": "0.8.3",
"uglify-js": "2.4.24",
"windowslib": "0.1.15",
"wrench": "1.5.8",
"xcode": "0.8.0",
"xmldom": "0.1.19"
},
"devDependencies": {
"grunt-cli": "*",
"grunt-contrib-clean": "^0.6.0",
"grunt-clang-format": "*",
"grunt-appc-js": "*",
"grunt-mocha-test": "^0.12.7",
"mocha": "*",
"optimist": "~0.6.1",
"should": "~7.1.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": ">=0.10.0 <=4.0.x"
},
"engines": {
"node": ">=0.10.13"
},
"license": "Apache-2.0"
}