UNPKG

949 BJSONView Raw
1{
2 "name": "@aofl/unit-testing-plugin",
3 "version": "3.13.1",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "author": "Arian Khosravi <arian.khosravi@aofl.com>",
10 "license": "MIT",
11 "repository": {
12 "type": "git",
13 "url": "git@github.com:AgeOfLearning/aofl.git"
14 },
15 "dependencies": {
16 "@aofl/cli-lib": "^3.13.1",
17 "@wdio/cli": "^5.18.6",
18 "@wdio/local-runner": "^5.18.6",
19 "@wdio/mocha-framework": "^5.18.6",
20 "@wdio/selenium-standalone-service": "^5.16.10",
21 "@wdio/spec-reporter": "^5.18.6",
22 "@wdio/sync": "^5.18.6",
23 "chai": "^4.2.0",
24 "chalk": "^2.4.2",
25 "compression": "^1.7.4",
26 "cross-spawn": "^7.0.1",
27 "express": "^4.17.1",
28 "find-cache-dir": "^3.2.0",
29 "nyc": "^15.0.0",
30 "rimraf": "^3.0.2",
31 "saucelabs": "^3.0.1",
32 "serve-index": "^1.9.1",
33 "title-case": "^3.0.2",
34 "uuid": "^3.4.0"
35 }
36}