json-theme-even-fork/package.json

49 lines
1.3 KiB
JSON
Raw Normal View History

2018-09-23 20:28:05 +02:00
{
"name": "jsonresume-theme-even",
2021-03-05 19:11:32 +01:00
"version": "0.8.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",
"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",
"author": "Rafael Bardini",
2021-03-06 14:46:55 +01:00
"bin": "bin/cli.js",
"files": [
2021-03-06 14:46:55 +01:00
"bin",
"index.js",
"resume.hbs",
"partials/*.hbs",
"style.css"
],
"scripts": {
2021-03-06 14:46:55 +01:00
"build:demo": "mkdir public && cat node_modules/resume-schema/sample.resume.json | ./bin/cli.js > public/index.html",
"format": "prettier --write .",
"lint": "eslint .",
2021-02-14 15:18:58 +01:00
"postinstall": "husky install",
"postpublish": "pinst --enable",
"prepublishOnly": "pinst --disable",
"test": "tap"
},
2018-09-23 20:28:05 +02:00
"dependencies": {
"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"
},
"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
}
}