This repository was archived by the owner on Mar 17, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.5 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.5 KB
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
{
"name": "zoster",
"version": "0.2.4",
"description": "Android, ios, url, deeplinking, test, appium, adb, electronjs, native, chromium",
"scripts": {
"server": "make clean && make node && ./bin/zoster --neutron",
"prestart": "make clean && make node",
"start": "./bin/zoster",
"build": "make clean && make node",
"install": "make clean && make node",
"test": "node_modules/mocha/bin/mocha tests/test.js --compilers js:babel/register --t 15s --require mocha-clean",
"examples-tests": "babel-node tests/test_examples.js"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "https://github.com/Urucas/zoster.git"
},
"bin": {
"zoster": "./bin/zoster"
},
"bugs": {
"url": "https://github.com/Urucas/zoster/issues"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/Urucas/zoster",
"author": "Urucas <hello@urucas.com>",
"license": "MIT",
"dependencies": {
"adbjs": "^0.1.3",
"angular": "^1.3.15",
"appium-running": "^0.1.2",
"assert": "^1.3.0",
"babel": "^5.1.10",
"bootstrap": "^3.3.4",
"colors": "^1.1.2",
"express": "^4.12.3",
"internal-ip": "^1.0.0",
"jquery": "^2.1.3",
"multer": "^0.1.8",
"node-idevice": "^0.1.5",
"openurl": "^1.1.0",
"optimist": "^0.6.1",
"socket.io": "^1.3.5",
"vd": "^0.6.0",
"wd": "^0.3.11",
"zeroclipboard": "^2.2.0"
},
"devDependencies": {
"babelify": "^6.1.2",
"mocha": "^2.2.5",
"mocha-clean": "^0.4.0"
}
}