blob: e8841bc39b4a4ba1cde4410e2f55aab91e20e049 [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",
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 Lando0afb6cc2018-04-12 17:11:20 +030016 "license": "SEE LICENSE IN LICENSE.TXT",
ilanap637206b2018-02-04 17:06:22 +020017 "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}