UNPKG

2.13 kBJSONView Raw
1{
2 "name": "catjs",
3 "description": "(Mobile) Web Automation Framework",
4 "version": "0.4.47",
5 "homepage": "http://catjsteam.github.io",
6 "author": {
7 "name": "arik",
8 "email": "lewin.arik@hp.com"
9 },
10 "maintainers": [
11 {
12 "name": "Pablo Retyk",
13 "email": "pabloretyk@gmail.com"
14 },
15 {
16 "name": "Ran Snir",
17 "email": "ransnir@gmail.com"
18 }
19 ],
20 "repository": {
21 "type": "git",
22 "url": "git://github.com/lastboy/catjs.git"
23 },
24 "bugs": {
25 "url": "https://github.com/lastboy/catjs/issues"
26 },
27 "licenses": [
28 {
29 "type": "Apache-2.0",
30 "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
31 }
32 ],
33 "engines": {
34 "node": ">= 0.10.0"
35 },
36 "main": "src/module/CAT",
37 "bin": {
38 "catcli": "catcli.js"
39 },
40 "scripts": {
41 "test": "node ./test/test.js"
42 },
43 "dependencies": {
44 "mobilerunner": "latest",
45 "fs.extra": "~1.2.1",
46 "typedas": "~1.0.0",
47 "log": "~1.4.0",
48 "nopt": "~2.2.0",
49 "properties": "~0.3.3",
50 "line-reader": "~0.2.3",
51 "string-format": "~0.2.1",
52 "js-beautify": "~1.4.0",
53 "watch": "~0.8.0",
54 "date-format-lite": "~0.1.5",
55 "line-by-line": "~0.1.1",
56 "underscore": "~1.5.1",
57 "minimatch": "~0.2.12",
58 "uglify-js": "~2.4.0",
59 "jshint": "~2.1.10",
60 "express": "~3.4.4",
61 "test-model-reporter": "~0.1.5",
62 "js.utils": "~0.2.0",
63 "require-mapper": "~0.0.3",
64 "glob": "~3.2.7",
65 "my-ip": "~1.1.0",
66 "json-lint": "~0.1.0",
67 "prompt": "~0.2.12",
68 "jetty": "~0.2.1",
69 "winston": "~0.7.2",
70 "wrench": "~1.5.8",
71 "contribute": "~0.0.3",
72 "colors": "~0.6.2",
73 "autonpm": "~0.1.2",
74 "faker": "~2.0.1",
75 "stripcolorcodes": "^0.1.0",
76 "express-useragent": "^0.1.2"
77 },
78 "devDependencies": {
79 "less": "^1.7.5"
80 },
81 "keywords": [
82 "runner",
83 "catrunner",
84 "annotation",
85 "app",
86 "mobile",
87 "html5",
88 "test",
89 "testing",
90 "unit",
91 "automation",
92 "ui",
93 "jquery",
94 "sencha",
95 "chai",
96 "enyo"
97 ],
98 "contributors": [
99 "Arik Lewin (https://github.com/lastboy)"
100 ],
101 "license": "Apache-2.0"
102}