You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

29 lines
865 B

{
"name": "after-dark",
"version": "1.2.0",
"description": "A simple, yet highly configurable responsive dark theme for the Hugo static site generator.",
"author": "Josh Habdas <josh@habd.as> (https://habd.as/)",
"keywords": [
"hugo",
"vaporwave",
"jamstack",
"theme"
],
"repository": "comfusion/after-dark",
"scripts": {
"copy:lazysizes": "cp -i node_modules/lazysizes/lazysizes.min.js static/js",
"copy:smoothscroll": "cp -i node_modules/smoothscroll-polyfill/dist/smoothscroll.js static/js",
"test": "echo \"Error: no test specified\" && exit 1",
"release": "standard-version"
},
"dependencies": {
"atom-one-pgyments": "^1.0.0",
"hack": "0.7.7",
"lazysizes": "^3.0.0-rc4",
"smoothscroll-polyfill": "^0.3.4"
},
"devDependencies": {
"standard-version": "^4.0.0"
},
"license": "ISC"
}