-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "react-eventbrite-popup-checkout",
"version": "3.0.0",
"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": {}
}