forked from tidev/titanium-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.01 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
{
"name": "titanium-mobile",
"description": "Appcelerator Titanium Mobile",
"version": "3.3.0",
"keywords": [
"appcelerator",
"titanium",
"mobile",
"android",
"mobileweb",
"iphone",
"ipad",
"ios"
],
"author": "Appcelerator, Inc. <[email protected]>",
"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.11",
"humanize": "~0.0.9",
"moment": "~2.4.0",
"node-appc": "0.2.2",
"node-forge": "~0.2.17",
"node-ios-device": "~0.2.2",
"node-uuid": "~1.4.1",
"request": "~2.34.0",
"temp": "~0.6.0",
"uglify-js": "~2.4.3",
"wrench": "~1.5.1",
"xmldom": "~0.1.16"
},
"devDependencies": {
"colors": "~0.6.2",
"mocha": "*",
"optimist": "~0.6.0",
"should": "~1.3.0"
},
"repository": {
"type": "git",
"url": "git://github.com/appcelerator/titanium_mobile.git"
},
"engines": {
"node": ">=0.8"
},
"license": "Apache Public License v2"
}