-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
64 lines (64 loc) · 1.31 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
{
"name": "tio2",
"version": "0.2.5",
"description": "Developer testing for Titanium",
"keywords": [
"titanium",
"automation",
"android",
"iphone",
"ios",
"hyperloop",
"appc-client"
],
"author": {
"name": "Appcelerator, Inc.",
"email": "npmjs@appcelerator.com"
},
"maintainers": [
{"name": "Jeff Haynie", "email": "jhaynie@appcelerator.com"},
{"name": "Chris Barber", "email": "cbarber@appcelerator.com"},
{"name": "Chee Kiat Ng", "email": "cng@appcelerator.com"}
],
"repository": {
"type": "git",
"url": "git://github.com/appcelerator/tio2.git"
},
"ingot": {
"type": "plugin",
"api": "1.0"
},
"license": "Apache Public License v2",
"main": "index.js",
"bin": "./bin/tio2",
"bugs": {
"url": "https://github.com/appcelerator/tio2/issues"
},
"dependencies": {
"androidlib": "~0.1.8",
"async": "~1.4.2",
"cli-table": "~0.3.0",
"colors": "~1.0.3",
"commander": "~2.9.0",
"ejs": "~2.3.1",
"ioslib": "~0.9.1",
"longjohn": "~0.2.4",
"node-appc": "~0.2.17",
"should": "~7.1.1",
"source-map": "~0.5.2",
"sprintf": "~0.1.4",
"temp": "~0.8.3",
"ti-mocha": "~0.2.0",
"tiapp.xml": "~0.2.0",
"uglify-js": "~2.5.0",
"winston": "~1.1.1",
"wrench": "~1.5.8"
},
"devDependencies": {
"grunt-appc-js": "~1.0.15",
"grunt-cli": "*"
},
"scripts": {
"test": "grunt"
}
}