-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 969 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
{
"name": "responsive-camping-website",
"version": "1.0.0",
"description": "## Description **Green Path** is a fully responsive camping website designed using HTML, CSS, and JavaScript. The project showcases a clean and modern user interface optimized for desktop and mobile devices. It features a variety of interactive elements like sliders, a burger menu, and a subscription form.",
"default": "index.html",
"type": "module",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html --dist-dir ./dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mahboube89/Responsive-Camping-Website.git"
},
"keywords": [],
"author": "Mahboubeh Ranjbar",
"license": "ISC",
"bugs": {
"url": "https://github.com/mahboube89/Responsive-Camping-Website/issues"
},
"homepage": "https://github.com/mahboube89/Responsive-Camping-Website#readme",
"devDependencies": {
"parcel": "^2.13.2"
}
}