-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 799 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 799 Bytes
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
{
"name": "quicktap",
"version": "4.1.0",
"description": "An :active replacement that doesn't delay on mobile",
"main": "dist/index.js",
"module": "dist/index.es.js",
"repository": {
"type": "git",
"url": "git+https://github.com/marcoms/quicktap.git"
},
"keywords": [
"quicktap",
"active",
"instant",
"mobile",
"touch",
"latency",
"tap",
"respond",
"response",
"click",
"event",
"performance",
"perf",
"touchstart"
],
"author": "Marco Scannadinari <m@scannadinari.co.uk>",
"license": "MIT",
"bugs": {
"url": "https://github.com/marcoms/quicktap/issues"
},
"homepage": "https://github.com/marcoms/quicktap#readme",
"devDependencies": {
"rollup": "^0.40.0",
"rollup-plugin-json": "^2.1.0"
}
}