|
1 | 1 | {
|
2 |
| - "name": "nativescript-datetimepicker", |
3 |
| - "version": "1.2.0", |
4 |
| - "description": "A NativeScript plugin for picking date and time.", |
5 |
| - "typings": "index.d.ts", |
6 |
| - "nativescript": { |
7 |
| - "platforms": { |
8 |
| - "android": "5.0.0", |
9 |
| - "ios": "5.0.0" |
10 |
| - } |
11 |
| - }, |
12 |
| - "scripts": { |
13 |
| - "tsc": "npm i && tsc", |
14 |
| - "build": "npm run tsc", |
15 |
| - "tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\" --exclude \"**/platforms/**\"", |
16 |
| - "plugin.tscwatch": "npm run tsc -- -w", |
17 |
| - "demo.ios": "npm run build && cd ../demo && tns run ios --syncAllFiles --emulator", |
18 |
| - "demo.android": "npm run build && cd ../demo && tns run android --syncAllFiles --emulator", |
19 |
| - "demo.reset": "cd ../demo && npx rimraf -- hooks node_modules platforms package-lock.json", |
20 |
| - "demo.ng.ios": "npm run build && cd ../demo-angular && tns run ios --syncAllFiles --emulator", |
21 |
| - "demo.ng.android": "npm run build && cd ../demo-angular && tns run android --syncAllFiles --emulator", |
22 |
| - "demo.ng.reset": "cd ../demo-angular && npx rimraf -- hooks node_modules platforms package-lock.json", |
23 |
| - "demo.vue.ios": "npm run build && cd ../demo-vue && tns run ios --bundle --syncAllFiles --emulator", |
24 |
| - "demo.vue.android": "npm run build && cd ../demo-vue && tns run android --bundle --syncAllFiles --emulator", |
25 |
| - "demo.vue.reset": "cd ../demo-vue && npx rimraf -- hooks node_modules platforms package-lock.json", |
26 |
| - "plugin.prepare": "npm run build && cd ../demo && tns plugin remove nativescript-datetimepicker && tns plugin add ../src", |
27 |
| - "clean": "npm run demo.reset && npx rimraf -- node_modules package-lock.json && npm i", |
28 |
| - "ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/platforms/**'", |
29 |
| - "ngc": "ngc -p tsconfig.json", |
30 |
| - "prepack": "npm i && npm run ngc", |
31 |
| - "pack": "bash ../publish/pack.sh" |
32 |
| - }, |
33 |
| - "keywords": [ |
34 |
| - "NativeScript", |
35 |
| - "JavaScript", |
36 |
| - "Android", |
37 |
| - "iOS", |
38 |
| - "DatePicker", |
39 |
| - "TimePicker", |
40 |
| - "Date", |
41 |
| - "Time" |
42 |
| - ], |
43 |
| - "author": { |
44 |
| - "name": "NativeScript Team", |
45 |
| - |
46 |
| - }, |
47 |
| - "bugs": { |
48 |
| - "url": "https://github.com/NativeScript/nativescript-datetimepicker/issues" |
49 |
| - }, |
50 |
| - "repository": { |
51 |
| - "type": "git", |
52 |
| - "url": "git://github.com/NativeScript/nativescript-datetimepicker.git" |
53 |
| - }, |
54 |
| - "license": "Apache-2.0", |
55 |
| - "homepage": "https://github.com/NativeScript/nativescript-datetimepicker", |
56 |
| - "readmeFilename": "README.md", |
57 |
| - "devDependencies": { |
58 |
| - "tns-core-modules": "^5.0.0", |
59 |
| - "tns-platform-declarations": "^5.0.0", |
60 |
| - "typescript": "~3.1.6", |
61 |
| - "prompt": "^1.0.0", |
62 |
| - "rimraf": "^2.6.2", |
63 |
| - "tslint": "^5.11.0", |
64 |
| - "semver": "^5.6.0", |
65 |
| - "nativescript-angular": "~7.2.0", |
66 |
| - "@angular/core": "~7.2.0", |
67 |
| - "@angular/common": "~7.2.0", |
68 |
| - "@angular/compiler": "~7.2.0", |
69 |
| - "@angular/compiler-cli": "~7.2.0", |
70 |
| - "@angular/forms": "~7.2.0", |
71 |
| - "@angular/http": "~7.2.0", |
72 |
| - "@angular/platform-browser": "~7.2.0", |
73 |
| - "@angular/platform-browser-dynamic": "~7.2.0", |
74 |
| - "@angular/router": "~7.2.0", |
75 |
| - "rxjs": "~6.4.0", |
76 |
| - "zone.js": "~0.8.26", |
77 |
| - "nativescript-vue": "~2.2.0" |
78 |
| - }, |
79 |
| - "dependencies": {}, |
80 |
| - "bootstrapper": "nativescript-plugin-seed" |
| 2 | + "name": "nativescript-datetimepicker", |
| 3 | + "version": "1.2.0", |
| 4 | + "description": "A NativeScript plugin for picking date and time.", |
| 5 | + "typings": "index.d.ts", |
| 6 | + "nativescript": { |
| 7 | + "platforms": { |
| 8 | + "android": "5.0.0", |
| 9 | + "ios": "5.0.0" |
| 10 | + } |
| 11 | + }, |
| 12 | + "scripts": { |
| 13 | + "tsc": "npm i && tsc", |
| 14 | + "build": "npm run tsc", |
| 15 | + "tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\" --exclude \"**/platforms/**\"", |
| 16 | + "plugin.tscwatch": "npm run tsc -- -w", |
| 17 | + "demo.ios": "npm run build && cd ../demo && tns run ios --syncAllFiles --emulator", |
| 18 | + "demo.android": "npm run build && cd ../demo && tns run android --syncAllFiles --emulator", |
| 19 | + "demo.reset": "cd ../demo && npx rimraf -- hooks node_modules platforms package-lock.json", |
| 20 | + "demo.ng.ios": "npm run build && cd ../demo-angular && tns run ios --syncAllFiles --emulator", |
| 21 | + "demo.ng.android": "npm run build && cd ../demo-angular && tns run android --syncAllFiles --emulator", |
| 22 | + "demo.ng.reset": "cd ../demo-angular && npx rimraf -- hooks node_modules platforms package-lock.json", |
| 23 | + "demo.vue.ios": "npm run build && cd ../demo-vue && tns run ios --bundle --syncAllFiles --emulator", |
| 24 | + "demo.vue.android": "npm run build && cd ../demo-vue && tns run android --bundle --syncAllFiles --emulator", |
| 25 | + "demo.vue.reset": "cd ../demo-vue && npx rimraf -- hooks node_modules platforms package-lock.json", |
| 26 | + "plugin.prepare": "npm run build && cd ../demo && tns plugin remove nativescript-datetimepicker && tns plugin add ../src", |
| 27 | + "clean": "npm run demo.reset && npx rimraf -- node_modules package-lock.json && npm i", |
| 28 | + "ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/platforms/**'", |
| 29 | + "ngc": "ngc -p tsconfig.json", |
| 30 | + "prepack": "npm i && npm run ngc", |
| 31 | + "pack": "bash ../publish/pack.sh" |
| 32 | + }, |
| 33 | + "keywords": [ |
| 34 | + "NativeScript", |
| 35 | + "JavaScript", |
| 36 | + "Android", |
| 37 | + "iOS", |
| 38 | + "DatePicker", |
| 39 | + "TimePicker", |
| 40 | + "Date", |
| 41 | + "Time" |
| 42 | + ], |
| 43 | + "author": { |
| 44 | + "name": "NativeScript Team", |
| 45 | + |
| 46 | + }, |
| 47 | + "bugs": { |
| 48 | + "url": "https://github.com/NativeScript/nativescript-datetimepicker/issues" |
| 49 | + }, |
| 50 | + "repository": { |
| 51 | + "type": "git", |
| 52 | + "url": "git://github.com/NativeScript/nativescript-datetimepicker.git" |
| 53 | + }, |
| 54 | + "license": "Apache-2.0", |
| 55 | + "homepage": "https://github.com/NativeScript/nativescript-datetimepicker", |
| 56 | + "readmeFilename": "README.md", |
| 57 | + "devDependencies": { |
| 58 | + "@angular/common": "~8.0.0", |
| 59 | + "@angular/compiler": "~8.0.0", |
| 60 | + "@angular/compiler-cli": "~8.0.0", |
| 61 | + "@angular/core": "~8.0.0", |
| 62 | + "@angular/forms": "~8.0.0", |
| 63 | + "@angular/http": "8.0.0-beta.10", |
| 64 | + "@angular/platform-browser": "~8.0.0", |
| 65 | + "@angular/platform-browser-dynamic": "~8.0.0", |
| 66 | + "@angular/router": "~8.0.0", |
| 67 | + "nativescript-angular": "~8.0.0", |
| 68 | + "nativescript-vue": "~2.2.0", |
| 69 | + "prompt": "^1.0.0", |
| 70 | + "rimraf": "^2.6.2", |
| 71 | + "rxjs": "^6.3.3", |
| 72 | + "semver": "^5.6.0", |
| 73 | + "tns-core-modules": "^5.0.0", |
| 74 | + "tns-platform-declarations": "^5.0.0", |
| 75 | + "tslint": "^5.11.0", |
| 76 | + "typescript": "~3.4.5", |
| 77 | + "zone.js": "^0.8.4" |
| 78 | + }, |
| 79 | + "dependencies": {}, |
| 80 | + "bootstrapper": "nativescript-plugin-seed" |
81 | 81 | }
|
0 commit comments