json-theme-even-fork/package.json

46 lines
1.1 KiB
JSON
Raw Normal View History

2018-09-23 20:28:05 +02:00
{
"name": "jsonresume-theme-even",
2021-02-14 15:53:54 +01:00
"version": "0.6.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",
"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",
"files": [
"index.js",
"resume.hbs",
"partials/*.hbs",
"style.css"
],
"scripts": {
"build:demo": "./bin/build-demo",
"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": {
"handlebars": "^4.7.6",
"micromark": "^2.11.4",
"striptags": "^3.1.1"
},
"devDependencies": {
2021-02-14 15:18:58 +01:00
"eslint": "7.20.0",
"html-validate": "4.6.0",
"husky": "5.0.9",
"lint-staged": "10.5.4",
"pinst": "2.1.4",
"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
}
}