gatsby-plugin-tawk.to
Version:
Gatsby plugin that adds tawk.to JS file to site
37 lines (36 loc) • 1.01 kB
JSON
{
"name": "gatsby-plugin-tawk.to",
"description": "Gatsby plugin that adds tawk.to JS file to site",
"version": "1.0.8",
"author": "Ajmal Hussain <ajmalhussainhy@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/AsathalMannan/gatsby-plugin-tawk.git"
},
"homepage": "https://github.com/AsathalMannan/gatsby-plugin-tawk.git",
"bugs": {
"url": "https://github.com/AsathalMannan/gatsby-plugin-tawk-updated/issues"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"tawk",
"tawk.js"
],
"scripts": {
"build": "babel src --out-dir . --ignore __tests__",
"watch": "babel -w src --out-dir . --ignore __tests__",
"test": "echo \"No test specified\""
},
"license": "MIT",
"main": "index.js",
"devDependencies": {},
"dependencies": {
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@babel/preset-react": "^7.13.13",
"@babel/runtime": "^7.14.0",
"cross-env": "^7.0.3"
}
}