@freelancercom/blue-harvest
Version:
protractor helpers
45 lines (44 loc) • 1.07 kB
JSON
{
"name": "@freelancercom/blue-harvest",
"version": "0.3.1-fork.41",
"description": "protractor helpers",
"scripts": {
"tsc": "tsc",
"dist": "./scripts/dist.sh",
"prepublish": "npm run dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angular-seattle/blue-harvest.git"
},
"keywords": [
"protractor",
"angular",
"test",
"testing",
"helpers",
"selenium",
"webdriver",
"screenshot"
],
"author": "Craig Nishina <craig.nishina@gmail.com>",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"bugs": {
"url": "https://github.com/angular-seattle/blue-harvest/issues"
},
"homepage": "https://github.com/angular-seattle/blue-harvest#readme",
"dependencies": {
"looks-same": "^3.3.0",
"protractor": "npm:@freelancercom/protractor@6.0.0-fork.4"
},
"devDependencies": {
"@types/node": "^12.13.0",
"@types/selenium-webdriver": "^4.0.18",
"typescript": "^4.5.0"
},
"resolutions": {
"**/selenium-webdriver": "^4.1.1"
}
}