-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 979 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": "tutorial2",
"version": "1.0.0",
"description": "[![Netlify Status](https://api.netlify.com/api/v1/badges/ef184e04-fb45-466f-a499-40872124758e/deploy-status)](https://app.netlify.com/sites/brave-lichterman-125408/deploys)",
"main": "index.js",
"dependencies": {
"netlify-cli": "^2.58.0"
},
"devDependencies": {},
"scripts": {
"build": "rm -rf ./dist/* && mkdir ./dist/css && cp ./index.html ./dist/index.html && cp ./css/style.css ./dist/css/style.css && mkdir ./dist/images && cp ./images/* ./dist/images && cp ./about.html ./dist/about.html && cp cabinStairs.html ./dist/cabinStairs.html && cp CabinGreatRm.html ./dist/CabinGreatRm.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cartercherry/netlify.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cartercherry/netlify/issues"
},
"homepage": "https://github.com/cartercherry/netlify#readme"
}