plasttic-boilerplate
Version:
Plasttic HTML Boilerplate: A complete HTML starter template
39 lines (38 loc) • 916 B
JSON
{
"name": "plasttic-boilerplate",
"version": "1.3.3",
"description": "Plasttic HTML Boilerplate: A complete HTML starter template",
"author": "Goncalo Tojeiro <dev@tojeiro.me> (https://tojeiro.me)",
"homepage": "https://github.com/tojeiro-me/Plasttic-boilerplate",
"license": "MIT",
"keywords": [
"plasttic",
"template",
"boilerplate",
"front-end",
"html"
],
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/tojeiro-me/Plasttic-boilerplate.git"
},
"main": "public/index.html",
"bugs": {
"url": "https://github.com/tojeiro-me/Plasttic-boilerplate/issues",
"email": "global@plasttic.dev"
},
"files": [
"public/",
"CHANGELOG.md",
"LICENSE.txt",
"package.json",
"README.md"
],
"scripts": {},
"devDependencies": {
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"prettier": "^3.0.0"
}
}