-
-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 654 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 654 Bytes
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
{
"name": "@nativescript/theme",
"version": "2.2.1",
"description": "Telerik NativeScript Core Theme",
"author": "Telerik <support@telerik.com>",
"main": "index",
"homepage": "https://www.nativescript.org",
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/theme"
},
"nativescript": {
"platforms": {
"android": "6.2.0",
"ios": "6.2.0"
}
},
"keywords": [
"NativeScript",
"JavaScript",
"Android",
"iOS",
"theme",
"skin"
],
"bugs": {
"url": "https://github.com/NativeScript/theme/issues"
},
"license": "Apache-2.0",
"readmeFilename": "README.md"
}