-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.42 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
{
"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.4.1",
"description": "Master-detail interface to display collection of items from Kinvey and inspect and edit selected item properties.",
"author": "Telerik <[email protected]>",
"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.0",
"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.0",
"node-sass": "^4.7.1"
}
}