-
Notifications
You must be signed in to change notification settings - Fork 45
/
bower.json
35 lines (35 loc) · 843 Bytes
/
bower.json
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
{
"name": "tap",
"version": "1.0.9",
"authors": [
"Ilya Pukhalski <[email protected]>",
"Eugene Zhlobo <[email protected]>",
"Mikhail Larchanka <[email protected]>"
],
"description": "Library to handle various user interactions (click, touch, pointer) with a single event 'tap'",
"main": "dist/tap.js",
"keywords": [
"touch",
"events",
"pointer",
"events",
"user",
"interactions",
"tap"
],
"repository": {
"type": "git",
"url": "https://github.com/pukhalski/tap.git"
},
"readme": "README.md",
"licenses": [{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}],
"ignore": [
"node_modules",
"bower_components",
"test",
"tests"
]
}