40 lines
954 B
JSON
40 lines
954 B
JSON
{
|
|
"name": "jsonresume-theme-even",
|
|
"version": "0.4.2",
|
|
"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",
|
|
"files": [
|
|
"index.js",
|
|
"resume.hbs",
|
|
"partials/*.hbs",
|
|
"style.css"
|
|
],
|
|
"scripts": {
|
|
"build:demo": "./bin/build-demo",
|
|
"format": "prettier --write .",
|
|
"lint": "eslint .",
|
|
"test": "tap"
|
|
},
|
|
"dependencies": {
|
|
"handlebars": "^4.7.6"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "7.12.0",
|
|
"html-validate": "3.5.0",
|
|
"husky": "4.3.0",
|
|
"lint-staged": "10.4.2",
|
|
"prettier": "2.1.2",
|
|
"resume-schema": "0.1.3",
|
|
"tap": "14.10.8"
|
|
}
|
|
}
|