2018-09-23 20:28:05 +02:00
|
|
|
{
|
|
|
|
"name": "jsonresume-theme-even",
|
2021-03-09 12:44:42 +01:00
|
|
|
"version": "0.10.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",
|
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-02-14 15:18:58 +01:00
|
|
|
"postinstall": "husky install",
|
|
|
|
"postpublish": "pinst --enable",
|
|
|
|
"prepublishOnly": "pinst --disable",
|
2020-07-05 13:30:25 +02:00
|
|
|
"test": "tap"
|
|
|
|
},
|
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",
|
|
|
|
"striptags": "^3.1.0"
|
2020-07-05 13:30:25 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-03-03 19:50:15 +01:00
|
|
|
"eslint": "7.21.0",
|
|
|
|
"html-validate": "4.6.1",
|
|
|
|
"husky": "5.1.3",
|
2021-02-14 15:18:58 +01:00
|
|
|
"lint-staged": "10.5.4",
|
2021-03-03 19:50:15 +01:00
|
|
|
"pinst": "2.1.6",
|
2021-02-14 15:18:58 +01:00
|
|
|
"prettier": "2.2.1",
|
2020-12-13 13:53:20 +01:00
|
|
|
"resume-schema": "1.0.0",
|
2021-02-14 15:18:58 +01:00
|
|
|
"tap": "14.11.0"
|
2018-09-23 20:28:05 +02:00
|
|
|
}
|
|
|
|
}
|