-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.18 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "nemo-cucumberjs-framework",
"version": "3.0.0",
"description": "BDD Selenium Framework that integrates Cucumber.js with Nemo.js & SauceLabs Cloud, and Parallel executions",
"main": "index.js",
"scripts": {},
"author": {
"name": "Kushang Gajjar",
"email": "gkushang@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/gkushang/nemo-cucumberjs-framework"
},
"devDependencies": {
"chai": "4.1.2",
"chai-as-promised": "7.1.1",
"cucumber": "^2.3.1",
"cucumber-html-reporter": "^3.0.4",
"cucumber-parallel": "^2.0.3",
"cucumber-replicate": "0.0.2",
"debug": "^2.6.8",
"faker": "^4.1.0",
"fs-finder": "^1.8.1",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-cucumberjs": "^2.0.2",
"grunt-force-task": "^2.0.0",
"load-grunt-config": "^0.19.2",
"lodash": "4.0.0",
"nemo": "^3.0.0",
"nemo-pageobjects": "^1.0.0",
"nemo-saucelabs": "^5.0.1",
"nemo-view": "^3.0.0-alpha.3",
"moment": "^2.11.2",
"time-grunt": "^1.4.0",
"uglify-js" : "^2.6.0"
},
"license": "MIT",
"dependencies": {}
}