gherkin
Version:
Gherkin parser
31 lines (30 loc) • 632 B
JSON
{
"name": "gherkin",
"version": "3.1.2",
"description": "Gherkin parser",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/cucumber/gherkin-javascript"
},
"keywords": [
"gherkin",
"cucumber"
],
"author": "Aslak Hellesøy",
"license": "MIT",
"bugs": {
"url": "https://github.com/cucumber/gherkin3/issues"
},
"homepage": "https://github.com/cucumber/gherkin3",
"devDependencies": {
"bower": "^1.5.3",
"browserify": "^11.2.0",
"mocha": "^2.3.3",
"mversion": "^1.10.1",
"uglify-js": "^2.4.24"
}
}