@tutorbook/cta-block
Version:
Call to action block React component (for appending to the end of "About" pages).
39 lines (38 loc) • 919 B
JSON
{
"name": "@tutorbook/cta-block",
"version": "0.5.1",
"description": "Call to action block React component (for appending to the end of \"About\" pages).",
"keywords": [
"Tutorbook",
"COVID-19",
"Tutoring",
"CTA",
"React",
"Typescript"
],
"author": "Nicholas Chiang <nicholas.h.chiang@gmail.com>",
"homepage": "https://tutorbook.org/",
"license": "SEE LICENSE IN LICENSE",
"main": "lib/cta-block.tsx",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tutorbookapp/covid-tutoring.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/tutorbookapp/covid-tutoring/issues"
},
"gitHead": "ba6c5b959e7b5aa864f2b2d8783a981f7fea6492"
}