This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
SXS20240115/SRC/iMES_PDA/JSplugins/fastclick/package.json
2024-01-24 16:47:50 +08:00

81 lines
1.8 KiB
JSON

{
"name": "fastclick",
"version": "1.0.6",
"description": "Polyfill to remove click delays on browsers with touch UIs.",
"maintainers": [
{
"name": "ftlabs",
"email": "onlineservices@labs.ft.com"
},
{
"name": "mcg",
"email": "m@m.cg"
},
{
"name": "georgecrawfordft",
"email": "george.crawford@ft.com"
},
{
"name": "mattandrews",
"email": "matt@mattandre.ws"
}
],
"author": {
"name": "Rowan Beentje",
"email": "rowan.beentje@ft.com"
},
"contributors": [
{
"name": "Rowan Beentje",
"email": "rowan.beentje@ft.com"
},
{
"name": "Matthew Caruana Galizia",
"email": "m@m.cg"
}
],
"main": "lib/fastclick.js",
"repository": {
"type": "git",
"url": "git://github.com/ftlabs/fastclick.git"
},
"keywords": [
"fastclick",
"mobile",
"touch",
"tap",
"click",
"delay"
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"implements": [
"CommonJS/Modules/1.0"
],
"homepage": "https://github.com/ftlabs/fastclick",
"gitHead": "9977a916739360ad4ffd7aa19b0016bf375e934b",
"bugs": {
"url": "https://github.com/ftlabs/fastclick/issues"
},
"_id": "fastclick@1.0.6",
"scripts": {},
"_shasum": "161625b27b1a5806405936bda9a2c1926d06be6a",
"_from": "fastclick@*",
"_npmVersion": "2.1.14",
"_nodeVersion": "0.10.33",
"_npmUser": {
"name": "mattandrews",
"email": "matt@mattandre.ws"
},
"dist": {
"shasum": "161625b27b1a5806405936bda9a2c1926d06be6a",
"tarball": "https://registry.npmjs.org/fastclick/-/fastclick-1.0.6.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/fastclick/-/fastclick-1.0.6.tgz"
}