tns-template-master-detail-kinvey
Version:
Master-detail interface to display collection of items from Kinvey and inspect and edit selected item properties.
58 lines (57 loc) • 1.51 kB
JSON
{
"nativescript": {
"id": "org.nativescript.MasterDetailKinvey",
"templateVersion": "v2",
"tns-android": {
"version": "6.5.0"
},
"tns-ios": {
"version": "6.5.0"
}
},
"name": "tns-template-master-detail-kinvey",
"displayName": "Master-Detail with Kinvey",
"templateType": "App template",
"version": "6.5.0",
"description": "Master-detail interface to display collection of items from Kinvey and inspect and edit selected item properties.",
"author": "Telerik <support@telerik.com>",
"license": "Apache-2.0",
"keywords": [
"telerik",
"mobile",
"nativescript",
"{N}",
"tns",
"appbuilder",
"template",
"master-details",
"detail",
"kinvey",
"category-general"
],
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/nativescript-app-templates"
},
"homepage": "https://github.com/NativeScript/nativescript-app-templates",
"bugs": {
"url": "https://github.com/NativeScript/NativeScript/issues"
},
"scripts": {
"lint": "eslint \"app/**/*.js\""
},
"dependencies": {
"@nativescript/theme": "~2.3.3",
"kinvey-nativescript-sdk": "4.2.5",
"nativescript-imagepicker": "~7.1.0",
"nativescript-ui-listview": "~8.0.1",
"tns-core-modules": "~6.5.0",
"tslib": "^1.9.3"
},
"devDependencies": {
"eslint": "~5.8.0",
"nativescript-dev-webpack": "~1.5.1",
"node-sass": "^4.7.1"
},
"gitHead": "2250137db8c1e0bd0eb543e8e4563cb71480c00d"
}