{ "name": "jsonresume-theme-even", "version": "0.11.0", "description": "A flat theme for JSON Resume, compatible with the bleeding edge resume schema", "homepage": "https://github.com/rbardini/jsonresume-theme-even", "bugs": { "url": "https://github.com/rbardini/jsonresume-theme-even/issues" }, "repository": { "type": "git", "url": "https://github.com/rbardini/jsonresume-theme-even" }, "license": "MIT", "author": "Rafael Bardini", "bin": { "jsonresume-theme-even": "bin/cli.js" }, "files": [ "bin", "index.js", "resume.hbs", "partials/*.hbs", "style.css" ], "scripts": { "build:demo": "mkdir -p public && cat node_modules/resume-schema/sample.resume.json | ./bin/cli.js > public/index.html", "format": "prettier --write .", "lint": "eslint .", "prepare": "husky install", "test": "tap --no-check-coverage" }, "dependencies": { "feather-icons": "^4.28.0", "handlebars": "^4.7.0", "micromark": "^2.11.0", "striptags": "^3.2.0" }, "devDependencies": { "eslint": "7.30.0", "html-validate": "5.0.2", "husky": "7.0.0", "lint-staged": "11.0.0", "prettier": "2.3.2", "resume-schema": "1.0.0", "tap": "15.0.9" } }