11{
2- "name" : " nativescript-slides" ,
3- "version" : " 1.4.0" ,
4- "description" : " NativeScript Slides plugin." ,
5- "main" : " nativescript-slides.js" ,
6- "nativescript" : {
7- "platforms" : {
8- "android" : " 2.0.0" ,
9- "ios" : " 2.0.0"
10- }
11- },
12- "scripts" : {
13- "build" : " tsc" ,
14- "demo.ios" : " npm run preparedemo && cd demo && tns emulate ios" ,
15- "demo.android" : " npm run preparedemo && cd demo && tns run android" ,
16- "preparedemo" : " npm run build && cd demo && tns plugin remove nativescript-slides && tns plugin add .. && tns install" ,
17- "setup" : " npm install && cd demo && npm install && cd .. && npm run build && cd demo && tns plugin add .. && cd .." ,
18- "livesync.ios" : " cd demo && tns livesync ios --watch" ,
19- "livesync.android" : " cd demo && tns livesync android --watch" ,
20- "ios" : " xcproj --project platforms/ios/YourApp.xcodeproj touch; xcproj --project platforms/ios/Pods/Pods.xcodeproj touch; tns livesync ios --emulator --watch"
21- },
22- "repository" : {
23- "type" : " git" ,
24- "url" : " https://github.com/TheOriginalJosh/nativescript-slides.git"
25- },
26- "keywords" : [
27- " NativeScript" ,
28- " JavaScript" ,
29- " Android" ,
30- " iOS" ,
31- " TypeScript" ,
32- " swipe slides" ,
33- " Slides" ,
34- " Carousel"
35- ],
36- "author" : {
37- "name" : " Josh Sommer" ,
38- "email" : " joshdsommer@gmail.com"
39- },
40- "contributors" : [
41- {
42- "name" : " Brad Martin" ,
43- "email" : " bradwaynemartin@gmail.com" ,
44- "url" : " https://github.com/bradmartin"
45- },
46- {
47- "name" : " Obsessive Inc/Abhijith Reddy" ,
48- "email" : " mabhijith95a10@gmail.com" ,
49- "url" : " https://github.com/Obsessive"
50- },
51- {
52- "name" : " Victor Nascimento" ,
53- "email" : " victormota15@gmail.com" ,
54- "url" : " https://github.com/vjoao"
55- }
56- ],
57- "bugs" : {
58- "url" : " https://github.com/TheOriginalJosh/nativescript-slides/issues"
59- },
60- "license" : {
61- "type" : " MIT" ,
62- "url" : " https://github.com/TheOriginalJosh/nativescript-slides/blob/master/LICENSE"
63- },
64- "homepage" : " https://github.com/TheOriginalJosh/nativescript-slides" ,
65- "readmeFilename" : " README.md" ,
66- "devDependencies" : {
67- "typescript" : " ^1.8.7"
68- },
69- "dependencies" : {
70- "tns-platform-declarations" : " ^2.0.0"
71- }
72- }
2+ "name" : " nativescript-slides" ,
3+ "version" : " 1.4.1" ,
4+ "description" : " NativeScript Slides plugin." ,
5+ "main" : " nativescript-slides.js" ,
6+ "nativescript" : {
7+ "platforms" : {
8+ "android" : " 2.0.0" ,
9+ "ios" : " 2.0.0"
10+ },
11+ "tns-ios" : {
12+ "version" : " 2.0.0"
13+ }
14+ },
15+ "scripts" : {
16+ "build" : " tsc" ,
17+ "demo.ios" : " npm run preparedemo && cd demo && tns emulate ios" ,
18+ "demo.android" : " npm run preparedemo && cd demo && tns run android" ,
19+ "preparedemo" : " npm run build && cd demo && tns plugin remove nativescript-slides && tns plugin add .. && tns install" ,
20+ "setup" : " npm install && cd demo && npm install && cd .. && npm run build && cd demo && tns plugin add .. && cd .." ,
21+ "livesync.ios" : " cd demo && tns livesync ios --watch" ,
22+ "livesync.android" : " cd demo && tns livesync android --watch" ,
23+ "ios" : " xcproj --project platforms/ios/YourApp.xcodeproj touch; xcproj --project platforms/ios/Pods/Pods.xcodeproj touch; tns livesync ios --emulator --watch"
24+ },
25+ "repository" : {
26+ "type" : " git" ,
27+ "url" : " https://github.com/TheOriginalJosh/nativescript-slides.git"
28+ },
29+ "keywords" : [
30+ " NativeScript" ,
31+ " JavaScript" ,
32+ " Android" ,
33+ " iOS" ,
34+ " TypeScript" ,
35+ " swipe slides" ,
36+ " Slides" ,
37+ " Carousel"
38+ ],
39+ "author" : {
40+ "name" : " Josh Sommer" ,
41+ "email" : " joshdsommer@gmail.com"
42+ },
43+ "contributors" : [
44+ {
45+ "name" : " Brad Martin" ,
46+ "email" : " bradwaynemartin@gmail.com" ,
47+ "url" : " https://github.com/bradmartin"
48+ },
49+ {
50+ "name" : " Obsessive Inc/Abhijith Reddy" ,
51+ "email" : " mabhijith95a10@gmail.com" ,
52+ "url" : " https://github.com/Obsessive"
53+ },
54+ {
55+ "name" : " Victor Nascimento" ,
56+ "email" : " victormota15@gmail.com" ,
57+ "url" : " https://github.com/vjoao"
58+ }
59+ ],
60+ "bugs" : {
61+ "url" : " https://github.com/TheOriginalJosh/nativescript-slides/issues"
62+ },
63+ "license" : {
64+ "type" : " MIT" ,
65+ "url" : " https://github.com/TheOriginalJosh/nativescript-slides/blob/master/LICENSE"
66+ },
67+ "homepage" : " https://github.com/TheOriginalJosh/nativescript-slides" ,
68+ "readmeFilename" : " README.md" ,
69+ "devDependencies" : {
70+ "typescript" : " ^1.8.7"
71+ },
72+ "dependencies" : {
73+ "tns-platform-declarations" : " ^2.0.0"
74+ }
75+ }
0 commit comments