Skip to content

Commit

Permalink
chore(package): update package keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
mdasberg committed Oct 14, 2019
1 parent 4a7e500 commit a14451b
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 72 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

144 changes: 73 additions & 71 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,73 +1,75 @@
{
"name": "wdio-ng-apimock-service",
"description": "Webdriverio plugin for ng-apimock",
"version": "2.0.0",
"homepage": "https://github.com/ng-apimock/webdriverio-plugin#readme",
"author": {
"name": "Mischa Dasberg",
"email": "[email protected]"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"precompile": "rm -rf dist",
"compile": "tsc",
"lint": "tslint -p tsconfig.json",
"test": "jasmine-ts --config=jasmine.json",
"prewdio-ci": "node scripts/pre-wdio.js",
"prewdio-local": "node scripts/pre-wdio.js",
"wdio-ci": "wdio test/wdio.ci.conf.js",
"wdio-local": "wdio test/wdio.local.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ng-apimock/webdriverio-plugin.git"
},
"bugs": {
"url": "https://github.com/ng-apimock/webdriverio-plugin/issues"
},
"license": "MIT",
"keywords": [
"apimock",
"ng-apimock",
"http",
"api",
"webdriverio",
"plugin"
],
"devDependencies": {
"@ng-apimock/core": "1.0.23",
"@ng-apimock/test-application": "1.0.17",
"@types/chai": "4.2.3",
"@types/cucumber": "4.0.7",
"@types/fs-extra": "8.0.0",
"@types/jasmine": "3.4.4",
"@types/sinon": "7.5.0",
"@types/webdriverio": "5.0.0",
"@wdio/cli": "5.15.0",
"@wdio/cucumber-framework": "5.15.0",
"@wdio/local-runner": "5.15.0",
"@wdio/sauce-service": "5.14.0",
"chai": "4.2.0",
"connect": "3.7.0",
"cucumber": "6.0.2",
"cucumberjs-junitxml": "1.0.0",
"fs-extra": "8.1.0",
"jasmine": "3.5.0",
"jasmine-ts": "0.3.0",
"serve-static": "1.14.1",
"sinon": "7.5.0",
"ts-node": "8.4.1",
"tslint": "5.20.0",
"tslint-eslint-rules": "5.4.0",
"typescript": "3.6.4",
"vrsource-tslint-rules": "6.0.0",
"webdriverio": "5.14.3"
},
"dependencies": {
"@ng-apimock/base-client": "1.0.14"
},
"peerDependencies": {
"webdriverio": "5.x"
}
"name": "wdio-ng-apimock-service",
"description": "Webdriverio plugin for ng-apimock",
"version": "2.0.1",
"homepage": "https://github.com/ng-apimock/webdriverio-plugin#readme",
"author": {
"name": "Mischa Dasberg",
"email": "[email protected]"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"precompile": "rm -rf dist",
"compile": "tsc",
"lint": "tslint -p tsconfig.json",
"test": "jasmine-ts --config=jasmine.json",
"prewdio-ci": "node scripts/pre-wdio.js",
"prewdio-local": "node scripts/pre-wdio.js",
"wdio-ci": "wdio test/wdio.ci.conf.js",
"wdio-local": "wdio test/wdio.local.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ng-apimock/webdriverio-plugin.git"
},
"bugs": {
"url": "https://github.com/ng-apimock/webdriverio-plugin/issues"
},
"license": "MIT",
"keywords": [
"apimock",
"ng-apimock",
"http",
"api",
"webdriverio",
"plugin",
"wdio-plugin",
"wdio-service"
],
"devDependencies": {
"@ng-apimock/core": "1.0.23",
"@ng-apimock/test-application": "1.0.17",
"@types/chai": "4.2.3",
"@types/cucumber": "4.0.7",
"@types/fs-extra": "8.0.0",
"@types/jasmine": "3.4.4",
"@types/sinon": "7.5.0",
"@types/webdriverio": "5.0.0",
"@wdio/cli": "5.15.0",
"@wdio/cucumber-framework": "5.15.0",
"@wdio/local-runner": "5.15.0",
"@wdio/sauce-service": "5.14.0",
"chai": "4.2.0",
"connect": "3.7.0",
"cucumber": "6.0.2",
"cucumberjs-junitxml": "1.0.0",
"fs-extra": "8.1.0",
"jasmine": "3.5.0",
"jasmine-ts": "0.3.0",
"serve-static": "1.14.1",
"sinon": "7.5.0",
"ts-node": "8.4.1",
"tslint": "5.20.0",
"tslint-eslint-rules": "5.4.0",
"typescript": "3.6.4",
"vrsource-tslint-rules": "6.0.0",
"webdriverio": "5.14.3"
},
"dependencies": {
"@ng-apimock/base-client": "1.0.14"
},
"peerDependencies": {
"webdriverio": "5.x"
}
}

0 comments on commit a14451b

Please sign in to comment.