cucumon
Version:
Cucumber Gherkin Feature file parser with custom additional features
34 lines (33 loc) • 822 B
JSON
{
"name": "cucumon",
"version": "1.4.2",
"description": "Cucumber Gherkin Feature file parser with custom additional features",
"main": "src/FeatureFileParser.js",
"scripts": {
"test": "npx nyc jasmine test/*spec.js",
"coverage": "npx nyc report --reporter html --reporter text -t .nyc_output --report-dir .nyc_output/summary"
},
"repository": {
"type": "git",
"url": "https://github.com/NaturalIntelligence/cucumon"
},
"keywords": [
"cucumber",
"gherkin",
"feature",
"parser",
"advance"
],
"author": "Amit Kumar Gupta (https://amitkumargupta.work/)",
"license": "MIT",
"devDependencies": {
"jasmine": "^3.8.0"
},
"funding": {
"type": "paypal",
"url": "https://paypal.me/naturalintelligence"
},
"dependencies": {
"nyc": "^15.1.0"
}
}