forked from tidev/titanium-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.33 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
{
"name": "titanium-mobile",
"description": "Appcelerator Titanium Mobile",
"version": "4.2.0",
"keywords": [
"appcelerator",
"titanium",
"mobile",
"android",
"mobileweb",
"iphone",
"ipad",
"ios"
],
"author": "Appcelerator, Inc. <[email protected]>",
"scripts": {
"test": "grunt"
},
"dependencies": {
"adm-zip": "~0.4.4",
"archiver": "~0.4.10",
"async": "~0.2.9",
"clean-css": "~1.1.1",
"colors": "~0.6.2",
"css-parse": "~1.5.3",
"ejs": "~0.8.4",
"fields": "~0.1.24",
"humanize": "~0.0.9",
"ioslib": "0.2.14",
"moment": "~2.4.0",
"node-appc": "0.2.24",
"node-uuid": "~1.4.1",
"request": "~2.34.0",
"sprintf": "~0.1.4",
"temp": "~0.6.0",
"uglify-js": "~2.4.3",
"windowslib": "0.1.15",
"wrench": "~1.5.1",
"xmldom": "~0.1.16"
},
"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.0",
"should": "~1.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": ">=0.10.0 <=0.12.x"
},
"engines": {
"node": ">=0.10.13"
},
"license": "Apache Public License v2"
}