mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
15 lines
336 B
JSON
15 lines
336 B
JSON
{
|
|
"description": "NativeScript Application",
|
|
"license": "SEE LICENSE IN <your-license-filename>",
|
|
"readme": "NativeScript Application",
|
|
"repository": "<fill-your-repository-here>",
|
|
"nativescript": {
|
|
"id": "org.nativescript.tests",
|
|
"tns-ios": {
|
|
"version": "2.0.0"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"tns-core-modules": "2.0.1"
|
|
}
|
|
} |