Files
NativeScript/e2e/cuteness.io/package.json
Vasil Chimev 7c3141b6a5 fix(cuteness): allow cleartext HTTP for API 28 (#7397)
* chore(cuteness): update configuration files

* fix(cuteness): allow cleartext HTTP for API 28
2019-06-24 12:36:00 +03:00

26 lines
623 B
JSON

{
"nativescript": {
"id": "org.nativescript.cutenessio",
"tns-android": {
"version": "next"
},
"tns-ios": {
"version": "next"
}
},
"main": "app.js",
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>",
"dependencies": {
"tns-core-modules": "next"
},
"devDependencies": {
"nativescript-dev-webpack": "next",
"tns-platform-declarations": "next",
"typescript": "3.4.1"
},
"gitHead": "8c1a4866a66daab09bf5ef8e5a96472687192373",
"readme": "NativeScript Application"
}