mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
27 lines
634 B
JSON
27 lines
634 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.4.0"
|
|
},
|
|
"tns-android": {
|
|
"version": "2.4.1"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"tns-core-modules": "2.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"tns-platform-declarations": "*",
|
|
"babel-traverse": "6.9.0",
|
|
"babel-types": "6.9.0",
|
|
"babylon": "6.8.0",
|
|
"filewalker": "0.1.2",
|
|
"lazy": "1.0.11",
|
|
"typescript": "~2.0.10"
|
|
}
|
|
} |