2018-09-23 20:28:05 +02:00
|
|
|
{
|
|
|
|
"name": "jsonresume-theme-even",
|
2021-07-03 14:48:50 +02:00
|
|
|
"version": "0.11.0",
|
2018-09-23 20:28:05 +02:00
|
|
|
"description": "A flat theme for JSON Resume, compatible with the bleeding edge resume schema",
|
|
|
|
"homepage": "https://github.com/rbardini/jsonresume-theme-even",
|
2020-07-05 13:30:25 +02:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/rbardini/jsonresume-theme-even/issues"
|
|
|
|
},
|
2018-09-23 20:28:05 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/rbardini/jsonresume-theme-even"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
2020-07-05 13:30:25 +02:00
|
|
|
"author": "Rafael Bardini",
|
2021-03-06 14:53:58 +01:00
|
|
|
"bin": {
|
|
|
|
"jsonresume-theme-even": "bin/cli.js"
|
|
|
|
},
|
2020-07-05 13:30:25 +02:00
|
|
|
"files": [
|
2021-03-06 14:46:55 +01:00
|
|
|
"bin",
|
2020-07-05 13:30:25 +02:00
|
|
|
"index.js",
|
|
|
|
"resume.hbs",
|
2020-07-18 22:44:17 +02:00
|
|
|
"partials/*.hbs",
|
2020-07-05 13:30:25 +02:00
|
|
|
"style.css"
|
|
|
|
],
|
|
|
|
"scripts": {
|
2021-03-07 14:50:42 +01:00
|
|
|
"build:demo": "mkdir -p public && cat node_modules/resume-schema/sample.resume.json | ./bin/cli.js > public/index.html",
|
2020-07-05 14:19:26 +02:00
|
|
|
"format": "prettier --write .",
|
2020-07-05 13:52:48 +02:00
|
|
|
"lint": "eslint .",
|
2021-06-19 22:31:31 +02:00
|
|
|
"prepare": "husky install",
|
|
|
|
"test": "tap --no-check-coverage"
|
2020-07-05 13:30:25 +02:00
|
|
|
},
|
2018-09-23 20:28:05 +02:00
|
|
|
"dependencies": {
|
2021-03-05 18:50:45 +01:00
|
|
|
"feather-icons": "^4.28.0",
|
|
|
|
"handlebars": "^4.7.0",
|
2021-03-03 19:50:15 +01:00
|
|
|
"micromark": "^2.11.0",
|
2021-06-19 22:31:31 +02:00
|
|
|
"striptags": "^3.2.0"
|
2020-07-05 13:30:25 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-07-03 14:45:44 +02:00
|
|
|
"eslint": "7.30.0",
|
|
|
|
"html-validate": "5.0.2",
|
|
|
|
"husky": "7.0.0",
|
2021-06-19 22:31:31 +02:00
|
|
|
"lint-staged": "11.0.0",
|
2021-07-03 14:45:44 +02:00
|
|
|
"prettier": "2.3.2",
|
2020-12-13 13:53:20 +01:00
|
|
|
"resume-schema": "1.0.0",
|
2021-06-19 22:31:31 +02:00
|
|
|
"tap": "15.0.9"
|
2018-09-23 20:28:05 +02:00
|
|
|
}
|
|
|
|
}
|