react-eventbrite-popup-checkout
Version:
A React component for the Eventbrite checkout widgets
40 lines (39 loc) • 1.04 kB
JSON
{
"name": "react-eventbrite-popup-checkout",
"version": "3.0.1",
"description": "A React component for the Eventbrite checkout widgets",
"main": "index.js",
"types": "types.d.ts",
"engines": {
"node": ">= 18"
},
"keywords": [
"eventbrite",
"react"
],
"repository": {
"type": "git",
"url": "git://github.com/wizardrylabs/react-eventbrite-popup-checkout.git"
},
"bugs": {
"url": "https://github.com/wizardrylabs/react-eventbrite-popup-checkout/issues"
},
"author": "Wizardry Labs <contact@wizardrylabs.io>",
"homepage": "https://github.com/wizardrylabs/react-eventbrite-popup-checkout",
"contributors": [
"Maz Ahmadi (https://github.com/cmdshepard)",
"Will Kent-Daggett (https://github.com/wkentdag)",
"Benjamin Bai (https://github.com/benyebai)"
],
"license": "MIT",
"private": false,
"peerDependencies": {
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0"
},
"devDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {}
}