-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
34 lines (34 loc) · 1.09 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
{
"name": "chamenagriha",
"version": "1.0.0",
"description": "PRAJWAL: Responsive webpage design done. Most of the design issues must be fixed now. If you find any problems, inform me.",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"cucumber-pretty": "^6.0.0",
"node-fetch": "^2.6.1",
"yarn": "^1.22.0"
},
"devDependencies": {
"cucumber": "^6.0.5",
"nightwatch": "^1.3.3",
"nightwatch-api": "^3.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test-e2e": "node_modules/cucumber/bin/cucumber-js --tags 'not @skip' -f node_modules/cucumber-pretty --require test/acceptance/index.js --require test/acceptance/stepDefinitions --retry=0 ",
"attributes": "SELENIUM_HOST=127.0.0.1 LAUNCH_URL=http://172.17.0.1:8000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Talank/Chamena-Griha.git"
},
"author": "talank",
"license": "ISC",
"bugs": {
"url": "https://github.com/Talank/Chamena-Griha/issues"
},
"homepage": "https://github.com/Talank/Chamena-Griha#readme"
}