UNPKG

gatsby-plugin-klaviyo

Version:

Gatsby plugin to add Klaviyo email marketing to your site.

45 lines (44 loc) 1.08 kB
{ "name": "gatsby-plugin-klaviyo", "version": "0.1.2", "description": "Gatsby plugin to add Klaviyo email marketing to your site.", "keywords": [ "gatsby", "gatsby-plugin", "klaviyo", "email marketing", "email signup forms" ], "author": "ecomloop https://ecomloop.com", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ecomloop/gatsby-plugin-klaviyo.git" }, "scripts": { "build": "babel src --out-dir .", "prepare": "npm run build", "format": "prettier --write \"src/**/*.js\"" }, "dependencies": { "babel-cli": "^6.26.0" }, "devDependencies": { "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "@babel/preset-env": "^7.5.5", "@babel/preset-react": "^7.0.0", "prettier": "^1.18.2" }, "peerDependencies": { "gatsby": "^2.0.0" }, "engines": { "node": ">=6.0" }, "bugs": { "url": "https://github.com/ecomloop/gatsby-plugin-klaviyo/issues" }, "homepage": "https://github.com/ecomloop/gatsby-plugin-klaviyo#readme", "main": "index.js" }