UNPKG

@nativescript/template-master-detail

Version:

Master-detail interface to display collection of items from json collection and inspect and edit selected item properties.

52 lines (51 loc) 1.29 kB
{ "name": "@nativescript/template-master-detail", "main": "app/app.js", "displayName": "Master-Detail", "templateType": "App template", "version": "8.9.0", "description": "Master-detail interface to display collection of items from json collection and inspect and edit selected item properties.", "author": "NativeScript Team <oss@nativescript.org>", "license": "Apache-2.0", "publishConfig": { "access": "public" }, "files": [ "app", "App_Resources", "hooks", "tools", "!tools/assets", ".editorconfig", "jsconfig.json" ], "keywords": [ "nstudio", "nativescript", "mobile", "{N}", "tns", "template", "master-details", "detail", "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" }, "dependencies": { "@nativescript/core": "~8.9.0", "@nativescript/imagepicker": "~3.1.0", "@nativescript/theme": "^3.1.0", "nativescript-ui-listview": "~15.2.0", "rxjs": "~7.8.0" }, "devDependencies": { "@nativescript/webpack": "~5.0.0" } }