{ "name": "cucumber", "description": "The official JavaScript implementation of Cucumber.", "keywords": [ "testing", "bdd", "cucumber", "gherkin", "tests" ], "version": "4.2.1", "homepage": "http://github.com/cucumber/cucumber-js", "author": "Julien Biezemans (http://jbpros.net)", "contributors": [ "Julien Biezemans (http://jbpros.net)", "Fernando Acorreia ", "Paul Jensen ", "Kushal Pisavadia", "Olivier Melcher ", "Tristan Dunn ", "Ted de Koning", "Renier Morales ", "Aslak Hellesøy ", "Aaron Garvey", "Omar Gonzalez ", "Chris Young ", "Israel Halle ", "Matteo Collina ", "Niklas Närhinen ", "Kim, Jang-hwan ", "Michael Zedeler ", "Tom V ", "David Godfrey ", "Paul Shannon (http://devpaul.com)", "Simon Dean (http://www.simondean.org)", "John Wright ", "Johny Jose ", "Marat Dyatko ", "Tim Perry ", "Fedotov Daniil ", "unknown ", "Ben Van Treese ", "Gabe Hayes ", "Brian Clozel ", "Lukas Degener ", "Simon Lampen ", "Eddie Loeffen ", "Stanley Shyiko ", "Artur Kania ", "Sam Saccone ", "Craig Morris ", "Gary Taylor ", "Krispin Schulz ", "Elwyn ", "Jan-Eric Duden ", "kostya.misura ", "Julian ", "nebehr ", "Jesse Harlin ", "Sonny Piers ", "Will Farrell ", "Kevin Kirsche ", "chrismilleruk ", "Mateusz Derks ", "Mark Amery ", "Artem Repko ", "zs-zs ", "Dale Gardner ", "Charles Rudolph ", "Karthik Viswanath ", "Marcel Hoyer ", "Artem Bronitsky ", "Karine Pires ", "Rick Lee-Morlang ", "Noah Davis ", "Miika Hänninen ", "Kevin Goslar ", "John Krull ", "Maxim Koretskiy ", "seantdg ", "Marc Burton ", "Jonathan Kim ", "Ádám Gólya ", "Scott Deakin ", "efokschaner ", "John McLaughlin ", "Josh Goldberg ", "Artur Pomadowski ", "Benjamín Eidelman ", "Jan Molak ", "dbillingham ", "Jonathan Gomez ", "Oliver Rogers ", "Hugues Malphettes ", "gforceg ", "Zearin ", "Cody Ray Hoeft ", "Florian Ribon ", "temyers ", "Martin Delille ", "yaronassa ", "Nico Jansen ", "Łukasz Gandecki ", "Warren ", "Vasily Shelkov ", "Steve Tooke ", "João Guilherme Farias Duda ", "szymonprz ", "Olle Jonsson ", "Darrin Holst ", "Dmitry Shirokov ", "Jayson Smith ", "jshifflet ", "Máté Karácsony ", "Ilya Kozhevnikov ", "Giuseppe DiBella ", "Marco Muller ", "Valerio Innocenti Sedili ", "Alon Diamant ", "RolandArgos ", "Julian ", "Bruce Lindsay ", "Josua Schmid ", "DevSide " ], "repository": { "type": "git", "url": "git://github.com/cucumber/cucumber-js.git" }, "bugs": { "email": "cukes@googlegroups.com", "url": "http://github.com/cucumber/cucumber-js/issues" }, "directories": { "lib": "./lib" }, "main": "./lib/index", "engines": { "node": ">=0.10" }, "dependencies": { "assertion-error-formatter": "^2.0.1", "babel-runtime": "^6.11.6", "bluebird": "^3.4.1", "cli-table": "^0.3.1", "colors": "^1.1.2", "commander": "^2.9.0", "cucumber-expressions": "^5.0.13", "cucumber-tag-expressions": "^1.1.1", "duration": "^0.2.0", "escape-string-regexp": "^1.0.5", "figures": "2.0.0", "gherkin": "^5.0.0", "glob": "^7.0.0", "indent-string": "^3.1.0", "is-generator": "^1.0.2", "is-stream": "^1.1.0", "knuth-shuffle-seeded": "^1.0.6", "lodash": "^4.17.4", "mz": "^2.4.0", "progress": "^2.0.0", "resolve": "^1.3.3", "serialize-error": "^2.1.0", "stack-chain": "^2.0.0", "stacktrace-js": "^2.0.0", "string-argv": "0.0.2", "title-case": "^2.1.1", "util-arity": "^1.0.2", "verror": "^1.9.0" }, "devDependencies": { "ansi-html": "^0.0.7", "babel-cli": "^6.10.1", "babel-eslint": "^8.0.1", "babel-plugin-external-helpers": "^6.18.0", "babel-plugin-istanbul": "^4.1.3", "babel-plugin-transform-async-to-module-method": "^6.16.0", "babel-plugin-transform-function-bind": "^6.8.0", "babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-plugin-transform-promise-to-bluebird": "^1.1.1", "babel-plugin-transform-runtime": "^6.9.0", "babel-preset-es2015": "^6.9.0", "babel-register": "^6.9.0", "babelify": "^7.3.0", "browserify": "^14.3.0", "chai": "^4.0.1", "coffee-script": "^1.10.0", "connect": "^3.4.0", "coveralls": "^3.0.0", "dependency-lint": "^5.0.1", "eslint": "^4.1.1", "eslint-config-prettier": "^2.2.0", "eslint-config-standard": "^11.0.0-beta.0", "eslint-plugin-babel": "^4.0.0", "eslint-plugin-import": "^2.8.0", "eslint-plugin-node": "^5.2.1", "eslint-plugin-prettier": "^2.1.2", "eslint-plugin-promise": "^3.6.0", "eslint-plugin-standard": "^3.0.1", "fs-extra": "^4.0.2", "mocha": "^4.0.1", "mustache": "^2.3.0", "nyc": "^11.0.2", "prettier": "^1.5.2", "regenerator-runtime": "^0.11.0", "serve-static": "^1.10.0", "sinon": "^4.0.1", "sinon-chai": "^2.11.0", "stream-to-string": "^1.1.0", "tmp": "^0.0.33" }, "scripts": { "build-browser-example": "BABEL_ENV=browser browserify example/index.js -o dist/browser-example.js -t babelify", "build-local-continuous": "babel src --watch -d lib --ignore '**/*_spec.js'", "build-local": "babel src -d lib --ignore '**/*_spec.js'", "build-release": "BABEL_ENV=browser browserify src/index.js -o dist/cucumber.js -t babelify --standalone Cucumber", "feature-test": "node ./bin/cucumber-js", "lint-dependencies": "dependency-lint", "lint-code": "eslint \"{example,features,scripts,src,test}/**/*.js\"", "lint-autofix": "eslint --fix \"{example,features,scripts,src,test}/**/*.js\"", "lint": "yarn run lint-code && yarn run lint-dependencies", "prefeature-test": "yarn run build-local", "prepublish": "yarn run build-local", "test-coverage": "yarn run lint && ./scripts/test-coverage.sh", "test": "yarn run lint && yarn run unit-test && yarn run feature-test", "unit-test": "mocha src" }, "bin": { "cucumber-js": "./bin/cucumber-js" }, "license": "MIT", "files": [ "bin/", "dist/", "lib/" ] }