forked from alcoceba/ngCarouselDirective
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.2 KB
/
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
44
45
46
47
48
49
50
51
52
53
{
"name": "nativescript-ng2-carousel",
"version": "0.1.0",
"description": "A simple NativeScript + Angular images carousel for iOS and Android",
"license": "MIT",
"main": "nativescript-ng2-carousel",
"homepage": "https://github.com/alcoceba/ngCarouselDirective#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/alcoceba/ngCarouselDirective.git"
},
"typings": "nativescript-ng2-carousel.ts",
"keywords": [
"angular",
"nativescript",
"carousel",
"images",
"slides",
"slide",
"slider",
"gallery",
"ng",
"typescript",
"angular4",
"angular5",
"angular6"
],
"nativescript": {
"platforms": {
"android": "3.1.0",
"ios": "3.1.0"
},
"plugin": {
"nan": "true",
"pan": "false",
"core3": "true",
"category": "Interface"
}
},
"dependencies": {
"@angular/core": "^6.0.0",
"rxjs": "^6.0.0",
"tns-core-modules": "^4.0.0",
"zone.js": "^0.8.0"
},
"author": "Manel Alcoceba <[email protected]>",
"bugs": {
"url": "https://github.com/alcoceba/ngCarouselDirective/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}