gatsby-plugin-openpay
Version:
Integrate OpenPay scripts to gatsby project
25 lines • 559 B
JSON
{
"name": "gatsby-plugin-openpay",
"version": "0.1.6",
"description": "Integrate OpenPay scripts to gatsby project",
"keywords": [
"gatsy",
"gatsby-plugin",
"gatsby-ssr-plugin",
"gatsby-browser-plugin",
"openpay"
],
"author": "Alvaro Martinez",
"license": "ISC",
"dependencies": {
"jquery": "^3.4.1",
"openpay-js": "^1.0.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"uuid": "^3.3.3"
},
"repository": {
"url": "https://github.com/alvaromashiro/gatsby-plugin-openpay",
"type": "git"
}
}