UNPKG

selenium-atoms

Version:
33 lines (32 loc) 675 B
{ "name": "selenium-atoms", "version": "1.0.4", "description": "selenium atoms", "keywords": [ "selenium" ], "main": "index.js", "repository": { "type": "git", "url": "git://github.com/xudafeng/selenium-atoms.git" }, "dependencies": {}, "devDependencies": { "co-mocha": "*", "git-contributor": "^1.0.8", "jshint": "^2.9.3", "mocha": "*", "nyc": "^11.6.0", "pre-commit": "^1.2.2" }, "scripts": { "test": "nyc --reporter=lcov --reporter=text mocha", "lint": "jshint .", "ci": "npm run lint && npm run test", "contributor": "git-contributor" }, "pre-commit": [ "lint" ], "license": "MIT" }