-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 1011 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
{
"name": "space_tourism_website",
"version": "1.0.0",
"description": "It's a fully responsive Space Tourism website, created via using HTML/CSS advance components. Created via using GitHub workflow and linter checks. Main Topics cover in this website;\r 1- CSS Design System\r -utility classes & custom properties\r 2- Flex Box & Grid\r 3- Accessibility",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fatima-hub333/Space_Tourism_Website.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Fatima-hub333/Space_Tourism_Website/issues"
},
"homepage": "https://github.com/Fatima-hub333/Space_Tourism_Website#readme",
"devDependencies": {
"hint": "^7.1.1",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^21.0.0",
"stylelint-csstree-validator": "^1.9.0",
"stylelint-scss": "^3.21.0"
}
}