Skip to content

Commit 78a53ca

Browse files
authored
Create package.json
1 parent 7787363 commit 78a53ca

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/package.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "scratch-shop",
3+
"version": "1.0.0",
4+
"description": "A scratch shop website build using HTML, CSS, and JavaScript",
5+
"main": "src/index.html",
6+
"scripts": {
7+
"build": "gulp",
8+
"start": "gulp"
9+
},
10+
"dependencies": {},
11+
"devDependencies": {
12+
"browser-sync": "^2.29.3",
13+
"gulp": "^4.0.2",
14+
"gulp-clean-css": "^4.3.0",
15+
"gulp-concat": "^2.6.1",
16+
"gulp-sass": "^5.1.0",
17+
"gulp-uglify": "^3.0.2",
18+
"sass": "^1.62.1"
19+
},
20+
"author": "Your Name",
21+
"license": "MIT"
22+
}

0 commit comments

Comments
 (0)