2018-09-23 20:28:05 +02:00
|
|
|
{
|
|
|
|
"name": "jsonresume-theme-even",
|
2020-11-02 23:00:57 +01:00
|
|
|
"version": "0.5.1",
|
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",
|
|
|
|
"files": [
|
|
|
|
"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": {
|
2020-07-05 18:21:09 +02:00
|
|
|
"build:demo": "./bin/build-demo",
|
2020-07-05 14:19:26 +02:00
|
|
|
"format": "prettier --write .",
|
2020-07-05 13:52:48 +02:00
|
|
|
"lint": "eslint .",
|
2020-07-05 13:30:25 +02:00
|
|
|
"test": "tap"
|
|
|
|
},
|
2018-09-23 20:28:05 +02:00
|
|
|
"dependencies": {
|
2020-11-01 15:03:16 +01:00
|
|
|
"handlebars": "^4.7.6",
|
|
|
|
"micromark": "^2.10.1"
|
2020-07-05 13:30:25 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-11-01 15:18:51 +01:00
|
|
|
"eslint": "7.12.1",
|
2020-10-25 00:25:10 +02:00
|
|
|
"html-validate": "3.5.0",
|
|
|
|
"husky": "4.3.0",
|
2020-11-01 15:18:51 +01:00
|
|
|
"lint-staged": "10.5.1",
|
2020-10-25 00:25:10 +02:00
|
|
|
"prettier": "2.1.2",
|
2020-08-29 22:39:27 +02:00
|
|
|
"resume-schema": "0.1.3",
|
2020-07-25 23:25:57 +02:00
|
|
|
"tap": "14.10.8"
|
2018-09-23 20:28:05 +02:00
|
|
|
}
|
|
|
|
}
|