UNPKG

1.17 kBJSONView Raw
1{
2 "name": "@quasar/fastclick",
3 "version": "1.1.2",
4 "description": "Polyfill used by Quasar Framework to remove click delays on browsers with touch UIs",
5 "maintainers": [
6 {
7 "name": "Razvan Stoenescu",
8 "email": "razvan.stoenescu@quasar.dev",
9 "url": "https://quasar.dev"
10 }
11 ],
12 "author": {
13 "name": "Rowan Beentje",
14 "email": "rowan.beentje@ft.com"
15 },
16 "contributors": [
17 {
18 "name": "Razvan Stoenescu",
19 "email": "razvan.stoenescu@quasar.dev"
20 },
21 {
22 "name": "Rowan Beentje",
23 "email": "rowan.beentje@ft.com"
24 },
25 {
26 "name": "Matthew Caruana Galizia",
27 "email": "m@m.cg"
28 }
29 ],
30 "main": "fastclick.js",
31 "repository": {
32 "type": "git",
33 "url": "git@github.com:quasarframework/fastclick.git"
34 },
35 "keywords": [
36 "quasar",
37 "quasarframework",
38 "fastclick",
39 "mobile",
40 "touch",
41 "tap",
42 "click",
43 "delay"
44 ],
45 "licenses": [
46 {
47 "type": "MIT",
48 "url": "http://opensource.org/licenses/MIT"
49 }
50 ],
51 "implements": [
52 "CommonJS/Modules/1.0"
53 ],
54 "homepage": "https://quasar.dev",
55 "publishConfig": {
56 "access": "public"
57 }
58}