mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
28 lines
649 B
JSON
28 lines
649 B
JSON
{
|
|
"description": "NativeScript Application",
|
|
"license": "SEE LICENSE IN <your-license-filename>",
|
|
"readme": "NativeScript Application",
|
|
"repository": "<fill-your-repository-here>",
|
|
"nativescript": {
|
|
"id": "org.nativescript.apps",
|
|
"tns-ios": {
|
|
"version": "3.2.0"
|
|
},
|
|
"tns-android": {
|
|
"version": "3.2.0"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"tns-core-modules": "*"
|
|
},
|
|
"devDependencies": {
|
|
"babel-traverse": "6.10.4",
|
|
"babel-types": "6.11.1",
|
|
"babylon": "6.8.3",
|
|
"lazy": "1.0.11",
|
|
"nativescript-dev-typescript": "^0.5.0",
|
|
"tns-platform-declarations": "*",
|
|
"typescript": "^2.6.1"
|
|
}
|
|
}
|