{ "name": "andrewgioia.com", "version": "7.0.0", "description": "Online landing page for Andrew Gioia, co-founder of TeachBoost.", "main": "public/index.html", "private": true, "dependencies": { "normalize.css": "^8.0.1" }, "devDependencies": { "sass-loader": "^9.0.1" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "sass src/theme.scss dist/theme.css && cp src/index.html dist/index.html && cp -R src/img dist" }, "repository": { "type": "git", "url": "git+https://github.com/andrewgioia/home.git" }, "keywords": [], "author": "Andrew Gioia", "license": "ISC", "bugs": { "url": "https://github.com/andrewgioia/home/issues" }, "homepage": "https://github.com/andrewgioia/home#readme" }