tns-template-tab-navigation
Advanced tools
Comparing version 5.2.0 to 5.2.1
{ | ||
"main": "app.js", | ||
"android": { | ||
"v8Flags": "--expose_gc" | ||
} | ||
} | ||
"main": "app.js", | ||
"android": { | ||
"v8Flags": "--expose_gc" | ||
} | ||
} |
{ | ||
"compilerOptions": { | ||
"baseUrl": "./", | ||
"paths": { | ||
"*": ["./node_modules/tns-core-modules/*", "./node_modules/*"], | ||
"~/*": ["app/*"] | ||
} | ||
}, | ||
"include": ["app/**/*"] | ||
"compilerOptions": { | ||
"baseUrl": "./", | ||
"paths": { | ||
"*": ["./node_modules/tns-core-modules/*", "./node_modules/*"], | ||
"~/*": ["app/*"] | ||
} | ||
}, | ||
"include": ["app/**/*"] | ||
} |
{ | ||
"nativescript": { | ||
"id": "org.nativescript.TabNavigation", | ||
"templateVersion": "v2", | ||
"tns-android": { | ||
"version": "5.2.0" | ||
}, | ||
"tns-ios": { | ||
"version": "5.2.0" | ||
} | ||
"nativescript": { | ||
"id": "org.nativescript.TabNavigation", | ||
"templateVersion": "v2", | ||
"tns-android": { | ||
"version": "5.2.1" | ||
}, | ||
"name": "tns-template-tab-navigation", | ||
"displayName": "Tabs", | ||
"templateType": "App template", | ||
"version": "5.2.0", | ||
"description": "Tabbed interface template", | ||
"author": "Telerik <support@telerik.com>", | ||
"license": "Apache-2.0", | ||
"keywords": [ | ||
"telerik", | ||
"mobile", | ||
"nativescript", | ||
"{N}", | ||
"tns", | ||
"appbuilder", | ||
"template", | ||
"tab", | ||
"navigation", | ||
"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-core": "~1.0.4", | ||
"tns-core-modules": "~5.2.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "~5.8.0", | ||
"nativescript-dev-sass": "~1.6.0", | ||
"nativescript-dev-webpack": "~0.20.0" | ||
}, | ||
"gitHead": "59b6da006346fedb5bb201fcc9cd7d204a69a82f" | ||
"tns-ios": { | ||
"version": "5.2.0" | ||
} | ||
}, | ||
"name": "tns-template-tab-navigation", | ||
"displayName": "Tabs", | ||
"templateType": "App template", | ||
"version": "5.2.1", | ||
"description": "Tabbed interface template", | ||
"author": "Telerik <support@telerik.com>", | ||
"license": "Apache-2.0", | ||
"keywords": [ | ||
"telerik", | ||
"mobile", | ||
"nativescript", | ||
"{N}", | ||
"tns", | ||
"appbuilder", | ||
"template", | ||
"tab", | ||
"navigation", | ||
"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-core": "~1.0.4", | ||
"tns-core-modules": "~5.2.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "~5.8.0", | ||
"nativescript-dev-sass": "~1.6.0", | ||
"nativescript-dev-webpack": "~0.20.0" | ||
}, | ||
"gitHead": "f548ec926e75201ab1b7c4a3a7ceefe7a4db15af" | ||
} |
3216022