UNPKG

nemo-view

Version:

selenium-webdriver abstractions and locator organization plugin for nemo

52 lines (51 loc) 1.22 kB
{ "name": "nemo-view", "version": "3.1.1", "description": "selenium-webdriver abstractions and locator organization plugin for nemo", "main": "index.js", "registerAs": "view", "scripts": { "test": "grunt", "test:unit": "grunt simplemocha" }, "repository": { "type": "git", "url": "https://github.com/paypal/nemo-view.git" }, "dependencies": { "debug": "^2.1.0", "glob": "^7.1.3", "lodash": "^4.17.11", "selenium-drivex": "^2.0.0", "shush": "^1.0.0" }, "devDependencies": { "async": "^1.0.0", "chromedriver": "^2.42.0", "grunt": "^1.0.3", "grunt-contrib-jshint": "^1.0.0", "grunt-simple-mocha": "~0.4.0", "mocha": "^4", "nconf": "^0.10.0", "nemo-core": "^1.1.1" }, "keywords": [ "Nemo", "view", "interface" ], "author": "Matt Edelman", "contributors": [ "Nilesh Kulkarni <nikulkarni@paypal.com>", "Vidya Aravind <varavind@paypal.com>", "Alex Feldman <afeldman@paypal.com>", "Jonathan Samines <jn.samines@gmail.com>", "Samdish Suri <sasuri@paypal.com>" ], "licenses": [ { "type": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ] }