gatsby-plugin-pointer-events
Version:
Gatsby plugin to add Pointer Events Polyfill (PEP)
23 lines (22 loc) • 525 B
JSON
{
"name": "gatsby-plugin-pointer-events",
"version": "1.0.2",
"description": "Gatsby plugin to add Pointer Events Polyfill (PEP)",
"keywords": [
"gatsby",
"gatsby-plugin",
"pepjs",
"pointer-events"
],
"main": "gatsby-browser.js",
"repository": "https://github.com/brimtown/gatsby-plugin-pointer-events",
"author": "Tim Brown <brown.tim.lee@gmail.com>",
"license": "MIT",
"private": false,
"peerDependencies": {
"gatsby": "^1.0.1"
},
"dependencies": {
"pepjs": "^0.4.3"
}
}