forked from tidev/titanium-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.61 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
70
71
72
73
74
{
"name": "titanium-mobile",
"description": "Appcelerator Titanium Mobile",
"version": "6.0.0",
"moduleApiVersion": 2,
"keywords": [
"appcelerator",
"titanium",
"mobile",
"android",
"mobileweb",
"iphone",
"ipad",
"ios"
],
"author": "Appcelerator, Inc. <[email protected]>",
"scripts": {
"test": "grunt"
},
"dependencies": {
"adm-zip": "0.4.7",
"archiver": "1.0.0",
"async": "1.5.2",
"buffer-equal": "1.0.0",
"clean-css": "3.4.18",
"colors": "1.1.2",
"css-parse": "2.0.0",
"ejs": "2.4.2",
"fields": "0.1.24",
"glob": "7.0.5",
"humanize": "0.0.9",
"ioslib": "0.12.0",
"lodash.defaultsdeep": "4.4.0",
"markdown": "0.5.0",
"moment": "2.13.0",
"node-appc": "0.2.36",
"node-uuid": "1.4.7",
"pngjs": "2.3.1",
"request": "2.72.0",
"sprintf": "0.1.5",
"stream-splitter": "~0.3.2",
"temp": "0.8.3",
"uglify-js": "2.6.4",
"unorm": "^1.4.1",
"windowslib": "0.4.13",
"wrench": "1.5.9",
"xcode": "0.8.8",
"xmldom": "0.1.22"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-clang-format": "*",
"grunt-appc-js": "*",
"grunt-mocha-test": "^0.12.7",
"mocha": "*",
"optimist": "^0.6.1",
"should": "^9.0.2"
},
"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.0 <=5.x"
},
"engines": {
"node": ">=4.0"
},
"license": "Apache-2.0"
}