gatsby-plugin-delighted
Version:
Gatsby plugin to add delighted nps survey onto a site
36 lines (35 loc) • 980 B
JSON
{
"name": "gatsby-plugin-delighted",
"version": "1.0.0",
"description": "Gatsby plugin to add delighted nps survey onto a site",
"main": "index.js",
"bugs": {
"url": "https://github.com/iamthefox/gatsby-plugin-delighted/issues"
},
"repository": "https://github.com/iamthefox/gatsby-plugin-delighted",
"homepage": "https://github.com/iamthefox/gatsby-plugin-delighted/blob/master/README.MD",
"dependencies": {
"@babel/runtime": "^7.0.0",
"react": "^16.7.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"babel-preset-gatsby-package": "^0.1.3",
"cross-env": "^5.1.4",
"prettier": "1.16.1"
},
"scripts": {
"build": "babel src --out-dir . --ignore **/__tests__",
"prepare": "cross-env NODE_ENV=production npm run build"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"delighted",
"survey",
"nps"
],
"author": "Alex Lisowski <me@iamthefox.com>",
"license": "MIT"
}