ilanap | 637206b | 2018-02-04 17:06:22 +0200 | [diff] [blame] | 1 | { |
| 2 | "name": "sdctests", |
| 3 | "version": "1.0.0", |
| 4 | "description": "SDC Cucumber testing", |
| 5 | "main": "reporter.js", |
| 6 | "directories": { |
| 7 | "doc": "docs" |
| 8 | }, |
| 9 | "scripts": { |
| 10 | "test": "cucumber-js", |
| 11 | "test-and-report": "npm-run-all -c -s test cucumber-html-report", |
| 12 | "cucumber-html-report": "node plugins/reporter.js", |
| 13 | "cucumber-docs": "jsdoc ./stepDefinitions -c plugins/jsdoc_config.json --readme plugins/README.md" |
| 14 | }, |
| 15 | "author": "", |
Michael Lando | 0afb6cc | 2018-04-12 17:11:20 +0300 | [diff] [blame] | 16 | "license": "SEE LICENSE IN LICENSE.TXT", |
ilanap | 637206b | 2018-02-04 17:06:22 +0200 | [diff] [blame] | 17 | "dependencies": { |
| 18 | "assert": "^1.4.1", |
| 19 | "cucumber": "^3.2.1", |
| 20 | "cucumber-html-reporter": "^3.0.4", |
| 21 | "docdash": "^0.4.0", |
| 22 | "jsdoc": "^3.5.5", |
| 23 | "jsdoc-one-page": "0.0.5", |
| 24 | "lodash": "^4.17.4", |
| 25 | "node-zip": "^1.1.1", |
| 26 | "normalize-newline": "^3.0.0", |
| 27 | "npm-run-all": "^4.1.2", |
| 28 | "request": "^2.83.0", |
| 29 | "yamljs": "^0.3.0" |
| 30 | } |
| 31 | } |