mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
* Cached all properties from metadata as fields on Property ResetValue does not remove entry but only reset value for the given ValueSource (Local by default) Optimized setValueInternal performance * Removed TS dependency * Fix tslint
26 lines
568 B
JSON
26 lines
568 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"
|
|
},
|
|
"tns-android": {
|
|
"version": "2.0.0"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"tns-core-modules": "2.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"babel-traverse": "6.9.0",
|
|
"babel-types": "6.9.0",
|
|
"babylon": "6.8.0",
|
|
"filewalker": "0.1.2",
|
|
"lazy": "1.0.11"
|
|
}
|
|
}
|