This repository has been archived by the owner on Jan 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.74 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
{
"name": "testarmada-magellan-testobject-executor",
"version": "1.4.5",
"description": "magellan executor for testobject",
"main": "index.js",
"scripts": {
"build": "./node_modules/.bin/babel src --out-dir lib --source-maps",
"build-test": "./node_modules/.bin/babel test/src --out-dir test/lib --source-maps",
"lint": "./node_modules/.bin/eslint src/**",
"test": "npm run build && npm run build-test && ./node_modules/.bin/mocha --recursive test/lib",
"coverage": "./node_modules/.bin/eslint src/** && npm run build && npm run build-test && ./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive test/lib",
"upload-coverage": "./node_modules/.bin/codecov --root=lib"
},
"dependencies": {
"cli-color": "^1.1.0",
"cli-table": "^0.3.1",
"lodash": "^4.17.4",
"request": "^2.81.0",
"sauce-connect-launcher": "^1.2.2",
"testarmada-logger": "^1.1.1",
"yargs": "^6.6.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-eslint": "^7.1.1",
"babel-preset-es2015": "^6.18.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"codecov": "^3.6.5",
"eslint": "^4.18.2",
"eslint-config-walmart": "^1.1.0",
"eslint-plugin-filenames": "^1.1.0",
"istanbul": "^0.4.5",
"mocha": "^3.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TestArmada/magellan-testobject-executor.git"
},
"keywords": [
"magellan",
"executor",
"testobject",
"saucelabs"
],
"author": "Lei Zhu <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/TestArmada/magellan-testobject-executor/issues"
},
"homepage": "https://github.com/TestArmada/magellan-testobject-executor#readme"
}