home/package.json

30 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2020-07-07 16:38:20 +00:00
{
"name": "andrewgioia.com",
"version": "7.0.2",
"description": "Internet homepage for Andrew Gioia, co-founder of TeachBoost.",
2020-07-07 16:38:20 +00:00
"main": "public/index.html",
"private": true,
"dependencies": {
"normalize.css": "^8.0.1"
},
"devDependencies": {
},
"scripts": {
"dev": "sass --no-source-map src/scss/theme.scss dist/site.css && cp src/index.html dist/index.html && cp -R src/img dist && cp -R src/icons dist",
"prod": "sass --no-source-map src/scss/theme.scss dist/site.css --style compressed && cp src/index.html dist/index.html && cp -R src/img dist && cp -R src/icons dist",
2020-07-17 13:25:56 +00:00
"watch": "sass --no-source-map --watch src/scss/theme.scss dist/site.css",
"publish": "rsync -av --delete dist/ /var/www/andrewgioia.com"
2020-07-07 16:38:20 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrewgioia/home.git"
},
"keywords": [],
"author": "Andrew Gioia",
"license": "CC-BY-SA-4.0",
2020-07-07 16:38:20 +00:00
"bugs": {
"url": "https://github.com/andrewgioia/home/issues"
},
"homepage": "https://andrewgioia.com"
2020-07-07 16:38:20 +00:00
}