11{
2- "name" : " nativescript-facebook" ,
3- "version" : " 2.0.0" ,
4- "description" : " NativeScript plugin, wrapper of native Facebook SDK for Adroid and iOS." ,
5- "nativescript" : {
6- "platforms" : {
7- "android" : " 3.0.0" ,
8- "ios" : " 3.0.0"
9- }
10- },
11- "scripts" : {
12- "build" : " tsc" ,
13- "ci.tslint" : " tslint *.ts && tslint ../demo/app/*.ts && tslint ../demo-angular/app/*.ts" ,
14- "ci.android" : " cd ../demo && tns build android" ,
15- "ci.ios" : " cd ../demo && tns build ios" ,
16- "ci.test.ios" : " cd ../demo && tns platform remove ios && tns test ios" ,
17- "ci.test.android" : " cd ../demo && tns platform remove android && tns test android" ,
18- "ci.test.ios.angular" : " cd ../demo-angular && tns platform remove ios && tns test ios" ,
19- "ci.test.android.angular" : " cd ../demo-angular && tns platform remove android" ,
20- "prepublish" : " npm run build"
21- },
22- "repository" : {
23- "type" : " git" ,
24- "url" : " https://github.com/NativeScript/nativescript-facebook.git"
25- },
26- "keywords" : [
27- " NativeScript" ,
28- " TypeScript" ,
29- " Android" ,
30- " iOS" ,
31- " Facebook"
32- ],
33- "author" : {
34- "name" : " NativeScript Team" ,
35- "email" : " support@telerik.com" ,
36- "url" : " http://www.telerik.com"
37- },
38- "maintainers" : [{
39- "name" : " angeltsvetkov" ,
40- "email" : " angel.tsvetkov@progress.com"
2+ "name" : " nativescript-facebook" ,
3+ "version" : " 2.0.1" ,
4+ "description" : " NativeScript plugin, wrapper of native Facebook SDK for Adroid and iOS." ,
5+ "nativescript" : {
6+ "platforms" : {
7+ "android" : " 3.0.0" ,
8+ "ios" : " 3.0.0"
9+ }
10+ },
11+ "scripts" : {
12+ "build" : " tsc" ,
13+ "ci.tslint" : " tslint *.ts && tslint ../demo/app/*.ts && tslint ../demo-angular/app/*.ts" ,
14+ "ci.android" : " cd ../demo && tns build android" ,
15+ "ci.ios" : " cd ../demo && tns build ios" ,
16+ "ci.test.ios" : " cd ../demo && tns platform remove ios && tns test ios" ,
17+ "ci.test.android" : " cd ../demo && tns platform remove android && tns test android" ,
18+ "ci.test.ios.angular" : " cd ../demo-angular && tns platform remove ios && tns test ios" ,
19+ "ci.test.android.angular" : " cd ../demo-angular && tns platform remove android" ,
20+ "prepublish" : " npm run build"
21+ },
22+ "repository" : {
23+ "type" : " git" ,
24+ "url" : " https://github.com/NativeScript/nativescript-facebook.git"
25+ },
26+ "keywords" : [
27+ " NativeScript" ,
28+ " TypeScript" ,
29+ " Android" ,
30+ " iOS" ,
31+ " Facebook"
32+ ],
33+ "author" : {
34+ "name" : " NativeScript Team" ,
35+ "email" : " support@telerik.com" ,
36+ "url" : " http://www.telerik.com"
37+ },
38+ "maintainers" : [{
39+ "name" : " angeltsvetkov" ,
40+ "email" : " angel.tsvetkov@progress.com"
41+ },
42+ {
43+ "name" : " Dimitar Tachev" ,
44+ "email" : " dimitar.tachev@progress.com"
45+ }
46+ ],
47+ "bugs" : {
48+ "url" : " https://github.com/NativeScript/nativescript-facebook/issues"
49+ },
50+ "license" : " Apache 2.0" ,
51+ "homepage" : " https://github.com/NativeScript/nativescript-facebook" ,
52+ "readmeFilename" : " README.md" ,
53+ "devDependencies" : {
54+ "tns-core-modules" : " ^3.0.0" ,
55+ "tns-platform-declarations" : " ^3.0.0" ,
56+ "typescript" : " ~2.2.2" ,
57+ "nativescript-angular" : " ^3.0.0 || ^2.0.0-rc.1" ,
58+ "@angular/core" : " ~4.0.1" ,
59+ "@angular/common" : " ~4.0.1" ,
60+ "@angular/compiler" : " ~4.0.1" ,
61+ "@angular/compiler-cli" : " ~4.0.1" ,
62+ "rxjs" : " ~5.3.0" ,
63+ "zone.js" : " ~0.8.4"
4164 },
42- {
43- "name" : " Dimitar Tachev" ,
44- "email" : " dimitar.tachev@progress.com"
65+ "peerDependencies" : {
66+ "tns-core-modules" : " ^3.0.0"
4567 }
46- ],
47- "bugs" : {
48- "url" : " https://github.com/NativeScript/nativescript-facebook/issues"
49- },
50- "license" : " Apache 2.0" ,
51- "homepage" : " https://github.com/NativeScript/nativescript-facebook" ,
52- "readmeFilename" : " README.md" ,
53- "devDependencies" : {
54- "tns-core-modules" : " ^3.0.0" ,
55- "tns-platform-declarations" : " ^3.0.0" ,
56- "typescript" : " ~2.2.2" ,
57- "nativescript-angular" : " ^3.0.0 || ^2.0.0-rc.1" ,
58- "@angular/core" : " ~4.0.1" ,
59- "@angular/common" : " ~4.0.1" ,
60- "@angular/compiler" : " ~4.0.1" ,
61- "@angular/compiler-cli" : " ~4.0.1" ,
62- "rxjs" : " ~5.3.0" ,
63- "zone.js" : " ~0.8.4"
64- },
65- "peerDependencies" : {
66- "tns-core-modules" : " ^3.0.0"
67- }
6868}
0 commit comments