mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"nativescript": {
|
|
"id": "org.nativescript.appTestTs",
|
|
"tns-android": {
|
|
"version": "6.2.0"
|
|
},
|
|
"tns-ios": {
|
|
"version": "6.2.0"
|
|
}
|
|
},
|
|
"main": "app.js",
|
|
"description": "NativeScript Application",
|
|
"license": "SEE LICENSE IN <your-license-filename>",
|
|
"repository": "<fill-your-repository-here>",
|
|
"dependencies": {
|
|
"@nativescript/core": "file:../../../../Downloads/nativescript-core-6.3.0.tgz",
|
|
"@nativescript/theme": "~2.2.0",
|
|
"nativescript-unit-test-runner": "^0.7.0",
|
|
"tns-core-modules": "file:../../../../Downloads/tns-core-modules-6.3.0.tgz"
|
|
},
|
|
"devDependencies": {
|
|
"@types/karma-chai": "0.1.2",
|
|
"@types/mocha": "5.2.7",
|
|
"chai": "4.2.0",
|
|
"karma": "4.4.1",
|
|
"karma-chai": "0.1.0",
|
|
"karma-mocha": "1.3.0",
|
|
"karma-nativescript-launcher": "0.4.0",
|
|
"karma-webpack": "3.0.5",
|
|
"mocha": "6.2.2",
|
|
"nativescript-dev-webpack": "~1.3.0",
|
|
"typescript": "~3.5.3"
|
|
},
|
|
"gitHead": "6894b56740adbd34cb17ebf10afa6a05768747bf",
|
|
"readme": "NativeScript Application"
|
|
}
|