| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "name": "fastclick",
- "version": "1.0.6",
- "description": "Polyfill to remove click delays on browsers with touch UIs.",
- "maintainers": [
- {
- "name": "Matthew Caruana Galizia",
- "email": "m@m.cg",
- "url": "http://m.cg/"
- }
- ],
- "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"
- }
|