-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 826 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
{
"name": "project-230310-css3-html5-w3css",
"version": "1.0.0",
"description": "Mobile-first responsive single-page app written with CSS3, HTML5, JavaScript, W3.CSS and tested with JavaScript Mocha and Selenium WebDriver.",
"main": "index.js",
"scripts": {
"test": "jest",
"test-coverage": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GabrielleMonaen/project-230310-css3-html5-w3css-javascript.git"
},
"author": "Gabrielle Monaen",
"license": "MIT",
"bugs": {
"url": "https://github.com/GabrielleMonaen/project-230310-css3-html5-w3css-javascript/issues"
},
"homepage": "https://github.com/GabrielleMonaen/project-230310-css3-html5-w3css-javascript#readme",
"dependencies": {
"jest": "^29.5.0",
"selenium-webdriver": "^4.8.1"
}
}