cucumber-for-jenkins
Version:
The unofficial JavaScript implementation of Cucumber.
28 lines (27 loc) • 482 B
JSON
{
"name": "cucumber",
"homepage": "http://git.io/cukejs",
"authors": [
"Julien Biezemans <jb@jbpros.com>"
],
"description": "The official JavaScript implementation of Cucumber.",
"main": "release/cucumber.js",
"keywords": [
"testing",
"bdd",
"cucumber",
"gherkin",
"tests"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tmp",
"spec",
"features",
"examples",
"scripts"
]
}