UNPKG

gherkin

Version:

A fast Gherkin lexer/parser based on the Ragel State Machine Compiler.

25 lines (24 loc) 805 B
{ "name" : "gherkin" , "description" : "A fast Gherkin lexer/parser based on the Ragel State Machine Compiler." , "keywords" : [ "testing", "bdd", "cucumber", "gherkin", "tests" ] , "version" : "2.4.16" , "homepage" : "http://github.com/cucumber/gherkin" , "author" : "Aslak Hellesøy <aslak.hellesoy@gmail.com>" , "contributors" : [ "Aslak Hellesøy <aslak.hellesoy@gmail.com>" ] , "repository" : { "type" : "git" , "url" : "git://github.com/cucumber/gherkin.git" } , "bugs" : { "mail" : "cukes@googlegroups.com" , "web" : "http://github.com/cucumber/gherkin/issues" } , "directories" : { "lib" : "./lib" } , "main" : "./lib/gherkin" , "engines" : { "node" : "0.4 || 0.5" } , "licenses" : [ { "type" : "MIT" , "url" : "http://github.com/cucumber/gherkin/raw/master/LICENSE" } ] }