UNPKG

nemo-page

Version:

View Interface for nemo enhanced with nested locators and collection mechanics.

37 lines 900 B
{ "name": "nemo-page", "version": "1.1.0", "description": "View Interface for nemo enhanced with nested locators and collection mechanics.", "main": "index.js", "registerAs": "page", "scripts": { "test": "grunt" }, "repository": { "type": "git", "url": "https://github.com/OuranosSkia/nemo-page.git" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "dependencies": { "debug": "^2.1.0", "glob": "^5.0.3", "lodash": "^3.4.0", "selenium-drivex": "^1.0.11" }, "devDependencies": {}, "peerDependencies": {}, "keywords": [ "Nemo", "view", "interface" ], "author": "Barry Dutton", "licenses": [ { "type": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ] }