-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
48 lines (48 loc) · 1.07 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
{
"name": "nativescript-carousel-view",
"version": "2.9.0",
"main": "carousel-view.js",
"typings": "carousel-view.d.ts",
"nativescript": {
"platforms": {
"ios": "2.4.0",
"android": "2.4.0"
},
"tns-ios": {
"version": "2.5.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/alexrainman/nativescript-carousel-view.git"
},
"keywords": [
"NativeScript",
"JavaScript",
"TypeScript",
"Carousel",
"Android",
"iOS",
"ViewPager",
"UIPageViewController"
],
"author": {
"name": "Alex Rainman",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/alexrainman/nativescript-carousel-view/issues"
},
"license": "MIT",
"homepage": "https://github.com/alexrainman/nativescript-carousel-view",
"readmeFilename": "README.md",
"devDependencies": {
"babel-traverse": "6.16.0",
"babel-types": "6.16.0",
"babylon": "6.11.4",
"lazy": "1.0.11",
"nativescript-dev-typescript": "^0.3.2",
"typescript": "^2.1.1"
},
"dependencies": {}
}