blob: 8d4bc114a337ece0fa8c1754ad001cb85298fc9e [file] [log] [blame]
ayalaben3fb47c42018-06-24 10:42:43 +03001{
2 "name": "sdctests",
3 "version": "1.0.0",
Michael Landoac892522018-09-23 15:04:33 +03004 "license": "Apache-2.0",
ayalaben3fb47c42018-06-24 10:42:43 +03005 "description": "SDC Cucumber testing",
6 "main": "reporter.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": "",
ayalaben3fb47c42018-06-24 10:42:43 +030017 "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}