json-theme-even-fork/package.json

47 lines
1.1 KiB
JSON

{
"name": "jsonresume-theme-even",
"version": "0.7.0",
"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 .",
"postinstall": "husky install",
"postpublish": "pinst --enable",
"prepublishOnly": "pinst --disable",
"test": "tap"
},
"dependencies": {
"feather-icons": "^4.28.0",
"handlebars": "^4.7.0",
"micromark": "^2.11.0",
"striptags": "^3.1.0"
},
"devDependencies": {
"eslint": "7.21.0",
"html-validate": "4.6.1",
"husky": "5.1.3",
"lint-staged": "10.5.4",
"pinst": "2.1.6",
"prettier": "2.2.1",
"resume-schema": "1.0.0",
"tap": "14.11.0"
}
}