Created
August 11, 2018 07:28
-
-
Save RoyiNamir/6e6c988e1bb4412ff50b39825a53063f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"nativescript": { | |
"id": "org.nativescript.bbb", | |
"tns-ios": { | |
"version": "4.2.0" | |
}, | |
"tns-android": { | |
"version": "4.2.0" | |
} | |
}, | |
"description": "NativeScript Application", | |
"license": "SEE LICENSE IN <your-license-filename>", | |
"repository": "<fill-your-repository-here>", | |
"dependencies": { | |
"@angular/animations": "~6.1.0", | |
"@angular/common": "~6.1.0", | |
"animate.css": "^3.7.0", | |
"@angular/compiler": "~6.1.0", | |
"@angular/core": "~6.1.0", | |
"@angular/forms": "~6.1.0", | |
"@angular/http": "~6.1.0", | |
"@angular/platform-browser": "~6.1.0", | |
"@angular/platform-browser-dynamic": "~6.1.0", | |
"@angular/router": "~6.1.0", | |
"nativescript-angular": "~6.1.0", | |
"nativescript-theme-core": "~1.0.4", | |
"reflect-metadata": "~0.1.8", | |
"rxjs": "^6.0.0", | |
"tns-core-modules": "^4.2.0", | |
"zone.js": "^0.8.26" | |
}, | |
"devDependencies": { | |
"typescript": "~2.7.2", | |
"nativescript-dev-typescript": "~0.7.0" | |
}, | |
"readme": "NativeScript Application" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment