-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
43 lines (43 loc) · 858 Bytes
/
package.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
36
37
38
39
40
41
42
43
{
"name": "swipe-angular-list",
"version": "1.0.2",
"peerDependencies": {
"@angular/common": "^8.2.0",
"@angular/core": "^8.2.0",
"hammerjs": "^2.0.8"
},
"scripts": {
"build-lib": "ng build swipe-angular-list"
},
"license": "MIT",
"keywords": [
"touch",
"gestures",
"angular",
"node",
"angular-pwa",
"slide",
"swipe",
"swiper",
"task",
"list"
],
"author": {
"name": "Leifer Mendez",
"email": "[email protected]",
"url": "https://leifermendez.github.io"
},
"contributors": [
{ "name" : "Daniel Lopéz"
, "email" : "[email protected]"
, "url" : "https://github.com/daniellopezj01"
}
],
"repository": {
"type": "git",
"url": "https://github.com/leifermendez/swipe-angular-list"
},
"bundledDependencies": [
"hammerjs"
]
}