|
1 | 1 | { |
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 | | - "ngc": "node --max-old-space-size=8192 ./node_modules/.bin/ngc", |
13 | | - "build": "npm i && tsc && npm run ngc", |
14 | | - "ci.tslint": "tslint *.ts && tslint ../demo/app/*.ts && tslint ../demo-angular/app/*.ts", |
15 | | - "ci.android": "npm run build && cd ../demo && tns build android", |
16 | | - "ci.ios": "npm run build && cd ../demo && tns build ios", |
17 | | - "ci.test.ios": "npm run build && cd ../demo && tns platform remove ios && tns test ios", |
18 | | - "ci.test.android": "npm run build && cd ../demo && tns platform remove android && tns test android", |
19 | | - "ci.test.ios.angular": "npm run build && cd ../demo-angular && tns platform remove ios && tns test ios", |
20 | | - "ci.test.android.angular": "npm run build && cd ../demo-angular && tns platform remove android", |
21 | | - "ci.uitest.ios": "cd ../demo && npm run appium --runtype=ios-simulator10", |
22 | | - "ci.uitest.android": "cd ../demo && npm run appium --runtype=android23", |
23 | | - "prepublishOnly": "npm run build" |
24 | | - }, |
25 | | - "repository": { |
26 | | - "type": "git", |
27 | | - "url": "https://github.com/NativeScript/nativescript-facebook.git" |
28 | | - }, |
29 | | - "keywords": [ |
30 | | - "NativeScript", |
31 | | - "TypeScript", |
32 | | - "Android", |
33 | | - "iOS", |
34 | | - "Facebook" |
35 | | - ], |
36 | | - "author": { |
37 | | - "name": "NativeScript Team", |
38 | | - "email": "support@telerik.com", |
39 | | - "url": "http://www.telerik.com" |
40 | | - }, |
41 | | - "maintainers": [{ |
42 | | - "name": "angeltsvetkov", |
43 | | - "email": "angel.tsvetkov@progress.com" |
| 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 | + } |
44 | 10 | }, |
45 | | - { |
46 | | - "name": "Dimitar Tachev", |
47 | | - "email": "dimitar.tachev@progress.com" |
48 | | - } |
49 | | - ], |
50 | | - "bugs": { |
51 | | - "url": "https://github.com/NativeScript/nativescript-facebook/issues" |
52 | | - }, |
53 | | - "license": "Apache 2.0", |
54 | | - "homepage": "https://github.com/NativeScript/nativescript-facebook", |
55 | | - "readmeFilename": "README.md", |
56 | | - "devDependencies": { |
57 | | - "tns-core-modules": "^3.0.0", |
58 | | - "tns-platform-declarations": "^3.0.0", |
59 | | - "typescript": "~2.2.2", |
60 | | - "nativescript-angular": "^3.0.0 || ^2.0.0-rc.1", |
61 | | - "@angular/core": "~4.0.1", |
62 | | - "@angular/common": "~4.0.1", |
63 | | - "@angular/compiler": "~4.0.1", |
64 | | - "@angular/compiler-cli": "~4.0.1", |
65 | | - "rxjs": "~5.3.0", |
66 | | - "zone.js": "~0.8.4" |
| 11 | + "scripts": { |
| 12 | + "ngc": "node --max-old-space-size=8192 ./node_modules/.bin/ngc", |
| 13 | + "build": "npm i && tsc && npm run ngc", |
| 14 | + "ci.tslint": "tslint *.ts && tslint ../demo/app/*.ts && tslint ../demo-angular/app/*.ts", |
| 15 | + "ci.android": "npm run build && cd ../demo && tns build android", |
| 16 | + "ci.ios": "npm run build && cd ../demo && tns build ios", |
| 17 | + "ci.test.ios": "npm run build && cd ../demo && tns platform remove ios && tns test ios", |
| 18 | + "ci.test.android": "npm run build && cd ../demo && tns platform remove android && tns test android", |
| 19 | + "ci.test.ios.angular": "npm run build && cd ../demo-angular && tns platform remove ios && tns test ios", |
| 20 | + "ci.test.android.angular": "npm run build && cd ../demo-angular && tns platform remove android", |
| 21 | + "ci.uitest.ios": "cd ../demo && npm run appium --runtype=ios-simulator10", |
| 22 | + "ci.uitest.android": "cd ../demo && npm run appium --runtype=android23", |
| 23 | + "prepublishOnly": "npm run build" |
| 24 | + }, |
| 25 | + "repository": { |
| 26 | + "type": "git", |
| 27 | + "url": "https://github.com/NativeScript/nativescript-facebook.git" |
| 28 | + }, |
| 29 | + "keywords": [ |
| 30 | + "NativeScript", |
| 31 | + "TypeScript", |
| 32 | + "Android", |
| 33 | + "iOS", |
| 34 | + "Facebook" |
| 35 | + ], |
| 36 | + "author": { |
| 37 | + "name": "NativeScript Team", |
| 38 | + "email": "support@telerik.com", |
| 39 | + "url": "http://www.telerik.com" |
| 40 | + }, |
| 41 | + "maintainers": [{ |
| 42 | + "name": "angeltsvetkov", |
| 43 | + "email": "angel.tsvetkov@progress.com" |
| 44 | + }, |
| 45 | + { |
| 46 | + "name": "Dimitar Tachev", |
| 47 | + "email": "dimitar.tachev@progress.com" |
| 48 | + } |
| 49 | + ], |
| 50 | + "bugs": { |
| 51 | + "url": "https://github.com/NativeScript/nativescript-facebook/issues" |
| 52 | + }, |
| 53 | + "license": "Apache 2.0", |
| 54 | + "homepage": "https://github.com/NativeScript/nativescript-facebook", |
| 55 | + "readmeFilename": "README.md", |
| 56 | + "devDependencies": { |
| 57 | + "tns-core-modules": "^3.0.0", |
| 58 | + "tns-platform-declarations": "^3.0.0", |
| 59 | + "typescript": "~2.2.2", |
| 60 | + "nativescript-angular": "^3.0.0 || ^2.0.0-rc.1", |
| 61 | + "@angular/core": "~4.0.1", |
| 62 | + "@angular/common": "~4.0.1", |
| 63 | + "@angular/compiler": "~4.0.1", |
| 64 | + "@angular/compiler-cli": "~4.0.1", |
| 65 | + "rxjs": "~5.3.0", |
| 66 | + "zone.js": "~0.8.4" |
67 | 67 | }, |
68 | 68 | "peerDependencies": { |
69 | 69 | "tns-core-modules": "^3.0.0" |
|
0 commit comments