blob: 646b71fe30c851b46bff484616551c3b03eb8e5e [file] [log] [blame]
ilanap637206b2018-02-04 17:06:22 +02001{
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",
ilanap061ca932019-08-04 10:16:33 +030012 "cucumber-html-report": "node cucumber-common/plugins/reporter.js",
13 "cucumber-docs": "jsdoc ./stepDefinitions -c cucumber-common/plugins/jsdoc_config.json --readme cucumber-common/plugins/README.md"
ilanap637206b2018-02-04 17:06:22 +020014 },
15 "author": "",
Michael Landoa8443ee2018-09-23 15:07:50 +030016 "license": "Apache-2.0",
ilanap637206b2018-02-04 17:06:22 +020017 "dependencies": {
18 "assert": "^1.4.1",
ilanap061ca932019-08-04 10:16:33 +030019 "btoa": "^1.2.1",
ilanap637206b2018-02-04 17:06:22 +020020 "cucumber": "^3.2.1",
21 "cucumber-html-reporter": "^3.0.4",
22 "docdash": "^0.4.0",
ilanap061ca932019-08-04 10:16:33 +030023 "find-up": "^4.1.0",
ilanap637206b2018-02-04 17:06:22 +020024 "jsdoc": "^3.5.5",
25 "jsdoc-one-page": "0.0.5",
26 "lodash": "^4.17.4",
ilanap061ca932019-08-04 10:16:33 +030027 "md5": "^2.2.1",
28 "needle": "^2.4.0",
ilanap637206b2018-02-04 17:06:22 +020029 "node-zip": "^1.1.1",
30 "normalize-newline": "^3.0.0",
31 "npm-run-all": "^4.1.2",
32 "request": "^2.83.0",
33 "yamljs": "^0.3.0"
34 }
35}