-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 3.82 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"_args": [
[
"/home/kamil/work/keldoc/frontend-apps"
]
],
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-Nk13FBEI0bIuvA/9BQfFH24LsFksD+aNrJTKZE3x5Y/y8CPcMfm4beBxnI1ZvIZMfpZsNMhRPnqd+Qqe9W/oGw==",
"_location": "/nativescript-datetimepicker",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "nativescript-datetimepicker",
"escapedName": "nativescript-datetimepicker",
"rawSpec": "1.2.2",
"saveSpec": null,
"fetchSpec": "1.2.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/nativescript-datetimepicker/-/nativescript-datetimepicker-1.2.2.tgz",
"_spec": "1.2.2",
"_where": "/home/kamil/work/keldoc/frontend-apps",
"author": {
"name": "NativeScript Team",
"email": "[email protected]"
},
"bootstrapper": "nativescript-plugin-seed",
"bugs": {
"url": "https://github.com/NativeScript/nativescript-datetimepicker/issues"
},
"dependencies": {},
"description": "A NativeScript plugin for picking date and time.",
"devDependencies": {
"@angular/common": "~8.0.0",
"@angular/compiler": "~8.0.0",
"@angular/compiler-cli": "~8.0.0",
"@angular/core": "~8.0.0",
"@angular/forms": "~8.0.0",
"@angular/platform-browser": "~8.0.0",
"@angular/platform-browser-dynamic": "~8.0.0",
"@angular/router": "~8.0.0",
"nativescript-angular": "~8.0.0",
"nativescript-vue": "~2.2.0",
"prompt": "^1.0.0",
"rimraf": "^2.6.2",
"rxjs": "^6.3.3",
"semver": "^5.6.0",
"tns-core-modules": "^5.0.0",
"tns-platform-declarations": "^5.0.0",
"tslint": "^5.11.0",
"typescript": "~3.4.5",
"zone.js": "^0.8.4"
},
"homepage": "https://github.com/NativeScript/nativescript-datetimepicker",
"keywords": [
"NativeScript",
"JavaScript",
"Android",
"iOS",
"DatePicker",
"TimePicker",
"Date",
"Time"
],
"license": "Apache-2.0",
"name": "nativescript-datetimepicker",
"nativescript": {
"platforms": {
"android": "5.0.0",
"ios": "5.0.0"
}
},
"repository": {
"type": "git",
"url": "git://github.com/NativeScript/nativescript-datetimepicker.git"
},
"scripts": {
"build": "npm run tsc",
"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/platforms/**'",
"clean": "npm run demo.reset && npx rimraf -- node_modules package-lock.json && npm i",
"demo.android": "npm run build && cd ../demo && tns run android --emulator",
"demo.ios": "npm run build && cd ../demo && tns run ios --emulator",
"demo.ng.android": "npm run build && cd ../demo-angular && tns run android --emulator",
"demo.ng.ios": "npm run build && cd ../demo-angular && tns run ios --emulator",
"demo.ng.reset": "cd ../demo-angular && npx rimraf -- hooks node_modules platforms package-lock.json",
"demo.reset": "cd ../demo && npx rimraf -- hooks node_modules platforms package-lock.json",
"demo.vue.android": "npm run build && cd ../demo-vue && tns run android --emulator",
"demo.vue.ios": "npm run build && cd ../demo-vue && tns run ios --emulator",
"demo.vue.reset": "cd ../demo-vue && npx rimraf -- hooks node_modules platforms package-lock.json",
"ngc": "ngc -p tsconfig.json",
"plugin.prepare": "npm run build && cd ../demo && tns plugin remove nativescript-datetimepicker && tns plugin add ../src",
"plugin.tscwatch": "npm run tsc -- -w",
"tsc": "npm i && tsc",
"tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\" --exclude \"**/platforms/**\""
},
"typings": "index.d.ts",
"main": "index.js",
"version": "1.2.2"
}