UNPKG

backstopjs-ci

Version:

A commandline utility and node server to assist in creating drupal backstop tests

38 lines (37 loc) 968 B
{ "name": "backstopjs-ci", "version": "1.1.0", "description": "A commandline utility and node server to assist in creating drupal backstop tests", "main": "backstop.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "engines": { "node": "10.3.0" }, "keywords": [ "backstopjs", "regression testing" ], "author": "Nick Lewis", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/o3world/backstop-starter-kit.git" }, "bugs": { "url": "https://github.com/o3world/backstop-starter-kit/issues" }, "homepage": "https://github.com/o3world/backstop-starter-kit#readme", "dependencies": { "backstopjs": "^4.1.12", "lodash": "^4.17.15", "yargs": "^14.0.0" }, "devDependencies": { "@semantic-release/changelog": "^3.0.4", "@semantic-release/git": "^7.0.16", "@semantic-release/npm": "^5.1.15", "semantic-release": "^15.13.24" } }