jsonresume-theme-mocha-responsive
Version:
Custom dark theme for JSON Resume based on Caffeine theme by Kelvin Nguyen (https://github.com/kelyvin)
42 lines (41 loc) • 947 B
JSON
{
"name": "jsonresume-theme-mocha-responsive",
"version": "1.1.1",
"description": "Custom dark theme for JSON Resume based on Caffeine theme by Kelvin Nguyen (https://github.com/kelyvin)",
"deprecated": false,
"main": "index.js",
"author": {
"name": "Karel Mácha",
"email": "karel.macha@karlitos.net",
"url": "http://karlitos.net/"
},
"repository": {
"type": "git",
"url": "https://github.com/karlitos/jsonresume-theme-mocha-responsive"
},
"engines": {
"node": ">=8.0.0"
},
"keywords": [
"json",
"resume",
"jsonresume",
"json-resume"
],
"license": "MIT",
"scripts": {
"test": "jest"
},
"dependencies": {
"address-format": "0.0.3",
"handlebars": "^4.7.6",
"handlebars-wax": "^5.0.0",
"image-to-base64": "^2.1.1",
"marked": "^0.8.2",
"promised-handlebars": "^2.0.1"
},
"devDependencies": {
"jest": "^26.6.3",
"rewire": "^5.0.0"
}
}