gatsby-remark-phoneno-emailid-link
Version:
Gatsby remark plugin to add tel: or mailto: in anchor href
35 lines (34 loc) • 811 B
JSON
{
"name": "gatsby-remark-phoneno-emailid-link",
"version": "1.0.2",
"description": "Gatsby remark plugin to add tel: or mailto: in anchor href",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-remark",
"markdown",
"remark"
],
"author": "reachtokish <patra.kishore65@gmail.com>",
"homepage": "https://github.com/reachtokish/gatsby-remark-phoneno-emailid-link#readme",
"repository": {
"type": "git",
"url": "https://github.com/reachtokish/gatsby-remark-phoneno-emailid-link"
},
"files": [
"index.js"
],
"peerDependencies": {
"gatsby": "^2.20.0"
},
"engines": {
"node": ">=10.13.0",
"npm": ">=6",
"yarn": ">=1"
},
"license": "MIT"
}