-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
29 lines (29 loc) · 912 Bytes
/
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
{
"nativescript": {
"id": "org.nativescript.datetimepicker.demo",
"tns-android": {
"version": "6.2.0"
},
"tns-ios": {
"version": "6.2.0"
}
},
"description": "NativeScript DateTimePicker Demo Core",
"license": "SEE LICENSE IN LICENSE",
"repository": "https://github.com/NativeScript/nativescript-datetimepicker",
"scripts": {
"ci.tslint": "npm i && tslint --config '../tslint.json' 'app/**/*.ts'",
"build.plugin": "cd ../src && npm run build"
},
"dependencies": {
"nativescript-datetimepicker": "file:../src",
"nativescript-theme-core": "~1.0.4",
"tns-core-modules": "^6.5.0"
},
"devDependencies": {
"nativescript-dev-webpack": "^1.5.0",
"tslint": "~5.11.0",
"typescript": "~3.8.3"
},
"readme": "NativeScript DateTimePicker Demo Core"
}