ilanap | 061ca93 | 2019-08-04 10:16:33 +0300 | [diff] [blame] | 1 | { |
| 2 | "name": "cucumber-common", |
| 3 | "version": "1.0.14", |
| 4 | "description": "Cucumber common methods and utilities", |
| 5 | "repository": "", |
| 6 | "main": "index.js", |
| 7 | "directories": { |
| 8 | "doc": "docs" |
| 9 | }, |
| 10 | "scripts": { |
| 11 | "test": "cucumber-js", |
| 12 | "test-and-report": "npm-run-all -c -s test cucumber-html-report", |
| 13 | "cucumber-html-report": "node plugins/reporter.js", |
| 14 | "cucumber-docs": "jsdoc ./stepDefinitions -c plugins/jsdoc_config.json --readme plugins/README.md" |
| 15 | }, |
| 16 | "author": "", |
| 17 | "license": "Apache-2.0", |
| 18 | "dependencies": { |
| 19 | "assert": "^1.4.1", |
| 20 | "btoa": "^1.2.1", |
| 21 | "cucumber": "^5.1.0", |
| 22 | "cucumber-html-reporter": "^4.0.4", |
| 23 | "docdash": "^1.0.2", |
| 24 | "find-up": "^4.1.0", |
| 25 | "jsdoc": "^3.5.5", |
| 26 | "jsdoc-one-page": "0.0.5", |
| 27 | "lodash": "^4.17.11", |
| 28 | "md5": "^2.2.1", |
| 29 | "needle": "^2.4.0", |
| 30 | "node-zip": "^1.1.1", |
| 31 | "normalize-newline": "^3.0.0", |
| 32 | "npm-run-all": "^4.1.2", |
| 33 | "request": "^2.83.0", |
| 34 | "yamljs": "^0.3.0" |
| 35 | }, |
| 36 | "devDependencies": {} |
| 37 | } |