gatsby-plugin-affirm
Version:
Plugin to add the Affirm JavaScript SDK
36 lines (35 loc) • 860 B
JSON
{
"name": "gatsby-plugin-affirm",
"author": "Jon Sadka <jonsadka@gmail.com>",
"version": "3.0.0",
"description": "Plugin to add the Affirm JavaScript SDK",
"main": "index.js",
"license": "MIT",
"homepage": "https://github.com/jonsadka/gatsby-plugin-affirm#readme",
"bugs": {
"url": "https://github.com/jonsadka/gatsby-plugin-affirm/issues"
},
"scripts": {
"build": "babel src -d .",
"watch": "babel src -d . -w"
},
"repository": {
"type": "git",
"url": "git@github.com:jonsadka/gatsby-plugin-affirm.git"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"affirm",
"affirm javascript"
],
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1"
},
"peerDependencies": {
"gatsby": "^4.0.0 || ^5.0.0",
"react": "^18.0.0"
}
}