forked from quasarframework/quasar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.23 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@quasar/fastclick",
"version": "1.1.4",
"description": "Polyfill used by Quasar Framework to remove click delays on browsers with touch UIs",
"maintainers": [
{
"name": "Razvan Stoenescu",
"email": "razvan.stoenescu@quasar.dev",
"url": "https://quasar.dev"
}
],
"author": {
"name": "Rowan Beentje",
"email": "rowan.beentje@ft.com"
},
"contributors": [
{
"name": "Razvan Stoenescu",
"email": "razvan.stoenescu@quasar.dev"
},
{
"name": "Rowan Beentje",
"email": "rowan.beentje@ft.com"
},
{
"name": "Matthew Caruana Galizia",
"email": "m@m.cg"
}
],
"main": "fastclick.js",
"repository": {
"type": "git",
"url": "git+https://github.com/quasarframework/quasar.git"
},
"keywords": [
"quasar",
"quasarframework",
"fastclick",
"mobile",
"touch",
"tap",
"click",
"delay"
],
"funding": {
"type": "github",
"url": "https://donate.quasar.dev"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"implements": [
"CommonJS/Modules/1.0"
],
"homepage": "https://quasar.dev",
"publishConfig": {
"access": "public"
}
}