buymymojo.net/package.json
Owen Quinlan de2be1262e Images shrunk + slight html optimization + created .gitignore
Sped up website by a little and shrunk all images in the 360 section by 3%
2021-07-11 21:16:35 +10:00

25 lines
514 B
JSON

{
"name": "buymymojo",
"version": "1.0.0",
"description": "My Personal Website",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"website"
],
"author": "BuyMyMojo",
"license": "MIT",
"dependencies": {
"cssgram": "^0.1.3",
"github-markdown-css": "^4.0.0",
"hint.css": "^2.6.0",
"nes.css": "^2.3.0",
"quicklink": "^2.2.0",
"video.js": "^7.13.3"
},
"devDependencies": {
"critical": "^4.0.0"
}
}