json-theme-even-fork/package.json

41 lines
982 B
JSON
Raw Normal View History

2018-09-23 20:28:05 +02:00
{
"name": "jsonresume-theme-even",
2020-12-13 13:54:50 +01:00
"version": "0.6.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",
"files": [
"index.js",
"resume.hbs",
"partials/*.hbs",
"style.css"
],
"scripts": {
"build:demo": "./bin/build-demo",
"format": "prettier --write .",
"lint": "eslint .",
"test": "tap"
},
2018-09-23 20:28:05 +02:00
"dependencies": {
"handlebars": "^4.7.6",
"micromark": "^2.10.1"
},
"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-12-13 13:53:20 +01:00
"resume-schema": "1.0.0",
2020-07-25 23:25:57 +02:00
"tap": "14.10.8"
2018-09-23 20:28:05 +02:00
}
}