-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.1 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
{
"name": "ticalabash",
"version": "1.4.6",
"description": "A wrapper for the Calabash testing framework for use with Titanium Mobile",
"scripts": {
"postinstall": "node install",
"test": "mocha test -w"
},
"repository": {
"type": "git",
"url": "http://github.com/appersonlabs/TiCalabash"
},
"keywords": [
"calabash",
"titanium",
"mobile",
"ios",
"android"
],
"maintainers": [
{
"name": "Matt Apperson",
"email": "[email protected]"
},
{
"name": "Andrew McElroy",
"email": "[email protected]"
}
],
"contributors": [
{
"name": "Matthias Benkort",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/appersonlabs/TiCalabash/issues"
},
"homepage": "https://github.com/appersonlabs/TiCalabash",
"dependencies": {
"commander": "^2.9.0",
"node-appc": "^0.2.33",
"pkginfo": "^0.3.0",
"tiapp": "0.0.2",
"underscore": "^1.8.3",
"xml2js": "0.4.13"
},
"devDependencies": {
"mocha": "*",
"should": ">= 0.0.1"
}
}