forked from Idea-Pool/js-webinar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 934 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "js-webinar",
"version": "1.0.0",
"description": "Tasks for JS webinar",
"scripts": {
"test:module-1": "mocha module-1/test/**/*.spec.js",
"test:module-2": "mocha module-2/test/**/*.spec.js",
"test:module-3": "mocha module-3/test/**/*.spec.js",
"test:module-4": "mocha module-4/test/**/*.spec.js",
"test:module-5": "cucumber-js module-5/features/EPAM.feature --require module-5/step_definitions/*.js",
"test:plus": "mocha plus/test/**/*.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/szikszail/js-webinar.git"
},
"author": "Laszlo Szikszai <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/szikszail/js-webinar/issues"
},
"homepage": "https://github.com/szikszail/js-webinar#readme",
"dependencies": {
"chai": "^4.2.0",
"cucumber": "^6.0.5",
"mocha": "^7.0.0",
"sinon": "^8.0.4"
}
}