@tutorbook/hero-about
Version:
The about content on the home page that includes links to the 2-3 aspects of TB.
39 lines (38 loc) • 904 B
JSON
{
"name": "@tutorbook/hero-about",
"version": "0.5.1",
"description": "The about content on the home page that includes links to the 2-3 aspects of TB.",
"keywords": [
"Tutorbook",
"React",
"About",
"Next.js",
"Typescript",
"Sass"
],
"author": "Nicholas Chiang <nicholas.h.chiang@gmail.com>",
"homepage": "https://tutorbook.org",
"license": "SEE LICENSE IN LICENSE",
"main": "lib/hero-about.tsx",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tutorbookapp/tutorbook.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/tutorbookapp/tutorbook/issues"
},
"gitHead": "ba6c5b959e7b5aa864f2b2d8783a981f7fea6492"
}