|
1 | 1 | { |
2 | | - "name": "nativescript-webview-utils", |
3 | | - "version": "1.0.0", |
4 | | - "description": "Add custom headers to a NativeScript WebView. Perhaps more utils later.", |
5 | | - "main": "webview-utils", |
6 | | - "typings": "index.d.ts", |
7 | | - "nativescript": { |
8 | | - "platforms": { |
9 | | - "android": "3.0.0", |
10 | | - "ios": "3.0.0" |
11 | | - } |
12 | | - }, |
13 | | - "scripts": { |
14 | | - "tsc": "tsc -skipLibCheck", |
15 | | - "build": "npm i && tsc", |
16 | | - "postclone": "npm i && node scripts/postclone.js && cd ../demo && npm i && cd ../src && npm run plugin.link", |
17 | | - "test.android": "npm i && npm run tsc && npm run tslint && cd ../demo && tns build android && tns test android --justlaunch", |
18 | | - "test.ios": "npm i && npm run tsc && npm run tslint && cd ../demo && tns build ios && tns test ios --justlaunch", |
19 | | - "tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\"", |
20 | | - "plugin.link": "npm link && cd ../demo && npm link nativescript-webview-utils && cd ../src", |
21 | | - "plugin.tscwatch": "npm run tsc -- -w", |
22 | | - "demo.ios": "npm i && npm run tsc && cd ../demo && tns run ios --syncAllFiles", |
23 | | - "demo.android": "npm i && npm run tsc && cd ../demo && tns run android --syncAllFiles", |
24 | | - "demo.reset": "cd ../demo && rimraf platforms", |
25 | | - "plugin.prepare": "npm run tsc && cd ../demo && tns plugin remove nativescript-webview-utils && tns plugin add ../src", |
26 | | - "clean": "cd ../demo && rimraf hooks node_modules platforms && cd ../src && rimraf node_modules && npm run plugin.link", |
27 | | - "ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'" |
28 | | - }, |
29 | | - "keywords": [ |
30 | | - "ecosystem:NativeScript", |
31 | | - "NativeScript", |
32 | | - "JavaScript", |
33 | | - "Android", |
34 | | - "iOS", |
35 | | - "WebView", |
36 | | - "Headers", |
37 | | - "WebView Headers" |
38 | | - ], |
39 | | - "author": { |
40 | | - "name": "Eddy Verbruggen", |
41 | | - "email": "eddyverbruggen@yourdomain.com" |
42 | | - }, |
43 | | - "bugs": { |
44 | | - "url": "https://github.com/EddyVerbruggen/nativescript-webview-utils/issues" |
45 | | - }, |
46 | | - "license": "Apache-2.0", |
47 | | - "homepage": "https://github.com/EddyVerbruggen/nativescript-webview-utils", |
48 | | - "readmeFilename": "README.md", |
49 | | - "devDependencies": { |
50 | | - "tns-core-modules": "^3.3.0", |
51 | | - "tns-platform-declarations": "^3.3.0", |
52 | | - "typescript": "~2.4.0", |
53 | | - "prompt": "^1.0.0", |
54 | | - "rimraf": "^2.5.0", |
55 | | - "tslint": "^5.0.0" |
56 | | - }, |
57 | | - "dependencies": {}, |
58 | | - "bootstrapper": "nativescript-plugin-seed" |
| 2 | + "name": "nativescript-webview-utils", |
| 3 | + "version": "1.1.0", |
| 4 | + "description": "Add custom headers to a NativeScript WebView. Perhaps more utils later.", |
| 5 | + "main": "webview-utils", |
| 6 | + "typings": "index.d.ts", |
| 7 | + "nativescript": { |
| 8 | + "platforms": { |
| 9 | + "android": "3.0.0", |
| 10 | + "ios": "3.0.0" |
| 11 | + } |
| 12 | + }, |
| 13 | + "scripts": { |
| 14 | + "tsc": "tsc -skipLibCheck", |
| 15 | + "build": "npm i && tsc", |
| 16 | + "postclone": "npm i && node scripts/postclone.js && cd ../demo && npm i && cd ../src && npm run plugin.link", |
| 17 | + "test.android": "npm i && npm run tsc && npm run tslint && cd ../demo && tns build android && tns test android --justlaunch", |
| 18 | + "test.ios": "npm i && npm run tsc && npm run tslint && cd ../demo && tns build ios && tns test ios --justlaunch", |
| 19 | + "tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\"", |
| 20 | + "plugin.link": "npm link && cd ../demo && npm link nativescript-webview-utils && cd ../src", |
| 21 | + "plugin.tscwatch": "npm run tsc -- -w", |
| 22 | + "demo.ios": "npm i && npm run tsc && cd ../demo && tns run ios", |
| 23 | + "demo.android": "npm i && npm run tsc && cd ../demo && tns run android --syncAllFiles", |
| 24 | + "demo.reset": "cd ../demo && rimraf platforms", |
| 25 | + "plugin.prepare": "npm run tsc && cd ../demo && tns plugin remove nativescript-webview-utils && tns plugin add ../src", |
| 26 | + "clean": "cd ../demo && rimraf hooks node_modules platforms && cd ../src && rimraf node_modules && npm run plugin.link", |
| 27 | + "ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'" |
| 28 | + }, |
| 29 | + "keywords": [ |
| 30 | + "ecosystem:NativeScript", |
| 31 | + "NativeScript", |
| 32 | + "JavaScript", |
| 33 | + "Android", |
| 34 | + "iOS", |
| 35 | + "WebView", |
| 36 | + "Headers", |
| 37 | + "WebView Headers" |
| 38 | + ], |
| 39 | + "author": { |
| 40 | + "name": "Eddy Verbruggen", |
| 41 | + "email": "eddyverbruggen@yourdomain.com" |
| 42 | + }, |
| 43 | + "bugs": { |
| 44 | + "url": "https://github.com/EddyVerbruggen/nativescript-webview-utils/issues" |
| 45 | + }, |
| 46 | + "license": "Apache-2.0", |
| 47 | + "homepage": "https://github.com/EddyVerbruggen/nativescript-webview-utils", |
| 48 | + "readmeFilename": "README.md", |
| 49 | + "devDependencies": { |
| 50 | + "tns-core-modules": "^3.3.0", |
| 51 | + "tns-platform-declarations": "^3.3.0", |
| 52 | + "typescript": "~2.4.0", |
| 53 | + "prompt": "^1.0.0", |
| 54 | + "rimraf": "^2.5.0", |
| 55 | + "tslint": "^5.0.0" |
| 56 | + }, |
| 57 | + "dependencies": {}, |
| 58 | + "bootstrapper": "nativescript-plugin-seed" |
59 | 59 | } |
0 commit comments