-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
executable file
·99 lines (99 loc) · 2.39 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "catjs",
"description": "(Mobile) Web Automation Framework ",
"version": "1.1.3",
"homepage": "http://catjsteam.github.io",
"author": {
"name": "arik",
"email": "lewin.arik@hp.com"
},
"maintainers": [
{
"name": "arik",
"email": "lewin.arik@hp.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/lastboy/catjs.git#from_version_50"
},
"bugs": {
"url": "https://github.com/lastboy/catjs/issues"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"engines": {
"node": ">= 0.10.0"
},
"main": "src/module/CAT",
"bin": {
"catcli": "catcli.js"
},
"scripts": {
"test": "node ./test/test.js",
"postinstall": "node postinstall.js"
},
"dependencies": {
"mobilerunner": "latest",
"fs.extra": "~1.2.1",
"typedas": "~1.0.0",
"log": "~1.4.0",
"nopt": "~2.2.0",
"properties": "~0.3.3",
"line-reader": "~0.2.3",
"string-format": "~0.2.1",
"js-beautify": "~1.4.0",
"watch": "~0.8.0",
"date-format-lite": "~0.1.5",
"line-by-line": "~0.1.1",
"underscore": "~1.5.1",
"minimatch": "~0.2.12",
"uglify-js": "~2.4.0",
"express": "~3.4.4",
"test-model-reporter": "~0.1.83",
"js.utils": "~0.2.01",
"require-mapper": "~0.0.3",
"glob": "~3.2.7",
"my-ip": "~1.1.0",
"json-lint": "~0.1.0",
"prompt": "~0.2.12",
"jetty": "~0.2.1",
"winston": "~0.7.2",
"wrench": "~1.5.8",
"contribute": "~0.0.3",
"colors": "~0.6.2",
"autonpm": "~0.1.2",
"faker": "~2.0.1",
"stripcolorcodes": "^0.1.0",
"express-useragent": "^0.1.2",
"jshint": "~2.6.3"
},
"devDependencies": {
"less": "^1.7.5"
},
"keywords": [
"runner",
"catrunner",
"annotation",
"app",
"mobile",
"html5",
"test",
"testing",
"unit",
"automation",
"ui",
"jquery",
"sencha",
"chai",
"enyo"
],
"contributors": [
"Arik Lewin (https://github.com/lastboy)"
],
"license": "Apache-2.0"
}