Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.99 KB | None | 0 0
  1. {
  2. "name": "tatuApp",
  3. "version": "0.0.1",
  4. "author": "Ionic Framework",
  5. "homepage": "http://ionicframework.com/",
  6. "private": true,
  7. "scripts": {
  8. "clean": "ionic-app-scripts clean",
  9. "build": "ionic-app-scripts build",
  10. "lint": "ionic-app-scripts lint",
  11. "ionic:build": "ionic-app-scripts build",
  12. "ionic:serve": "ionic-app-scripts serve"
  13. },
  14. "dependencies": {
  15. "@angular/animations": "^5.2.11",
  16. "@angular/common": "^5.2.11",
  17. "@angular/compiler": "^5.2.11",
  18. "@angular/compiler-cli": "^5.2.11",
  19. "@angular/core": "^5.2.11",
  20. "@angular/forms": "^5.2.11",
  21. "@angular/http": "^5.2.11",
  22. "@angular/platform-browser": "^5.2.11",
  23. "@angular/platform-browser-dynamic": "^5.2.11",
  24. "@ionic-native/call-number": "^4.20.0",
  25. "@ionic-native/core": "^4.20.0",
  26. "@ionic-native/facebook": "^4.20.0",
  27. "@ionic-native/geolocation": "^4.20.0",
  28. "@ionic-native/launch-navigator": "^4.20.0",
  29. "@ionic-native/native-audio": "^4.20.0",
  30. "@ionic-native/push": "^4.20.0",
  31. "@ionic-native/social-sharing": "^4.20.0",
  32. "@ionic-native/splash-screen": "^4.20.0",
  33. "@ionic-native/status-bar": "^4.20.0",
  34. "@ionic-native/streaming-media": "^4.20.0",
  35. "@ionic-native/text-to-speech": "^4.20.0",
  36. "@ionic-native/vibration": "^4.20.0",
  37. "@ionic-native/youtube-video-player": "^4.20.0",
  38. "@ionic/lab": "^1.0.21",
  39. "@ionic/pro": "^1.1.0",
  40. "@ionic/storage": "^2.2.0",
  41. "app": "^0.1.0",
  42. "call-number": "^1.0.1",
  43. "cordova-android": "^6.4.0",
  44. "cordova-ios": "^4.5.5",
  45. "cordova-plugin-actionsheet": "^2.3.3",
  46. "cordova-plugin-ble": "^2.0.1",
  47. "cordova-plugin-device": "^2.0.2",
  48. "cordova-plugin-dialogs": "^2.0.1",
  49. "cordova-plugin-eddystone": "^1.3.0",
  50. "cordova-plugin-facebook4": "^2.5.0",
  51. "cordova-plugin-geolocation": "^4.0.1",
  52. "cordova-plugin-ionic-keyboard": "^2.1.3",
  53. "cordova-plugin-ionic-webview": "^1.2.1",
  54. "cordova-plugin-nativeaudio": "^3.0.9",
  55. "cordova-plugin-splashscreen": "^5.0.2",
  56. "cordova-plugin-statusbar": "^2.4.2",
  57. "cordova-plugin-tts": "^0.2.3",
  58. "cordova-plugin-vibration": "^3.1.0",
  59. "cordova-plugin-whitelist": "^1.3.3",
  60. "cordova-plugin-x-socialsharing": "^5.4.4",
  61. "cordova-plugin-youtube-video-player": "^1.0.6",
  62. "es6-promise-plugin": "^4.2.2",
  63. "ionic-angular": "^3.9.4",
  64. "ionicons": "^3.0.0",
  65. "minimist": "^1.2.0",
  66. "mx.ferreyra.callnumber": "0.0.2",
  67. "rxjs": "^6.4.0",
  68. "rxjs-compat": "^6.4.0",
  69. "sw-toolbox": "^3.6.0",
  70. "uk.co.workingedge.phonegap.plugin.launchnavigator": "^4.2.2",
  71. "xml2js": "^0.4.19",
  72. "zone.js": "^0.8.29"
  73. },
  74. "devDependencies": {
  75. "@ionic/app-scripts": "^3.2.1",
  76. "typescript": "^2.7.2"
  77. },
  78. "description": "An Ionic project",
  79. "cordova": {
  80. "plugins": {
  81. "cordova-plugin-whitelist": {},
  82. "cordova-plugin-splashscreen": {},
  83. "cordova-plugin-ionic-webview": {},
  84. "cordova-plugin-ionic-keyboard": {},
  85. "cordova-plugin-eddystone": {},
  86. "cordova-plugin-facebook4": {
  87. "APP_ID": "132997234117373",
  88. "APP_NAME": "Tatu",
  89. "ANDROID_SDK_VERSION": "4.+",
  90. "FACEBOOK_ANDROID_SDK_VERSION": "4.+"
  91. },
  92. "cordova-plugin-youtube-video-player": {},
  93. "cordova-plugin-nativeaudio": {},
  94. "cordova-plugin-x-socialsharing": {
  95. "ANDROID_SUPPORT_V4_VERSION": "24.1.1+"
  96. },
  97. "cordova-plugin-geolocation": {
  98. "GEOLOCATION_USAGE_DESCRIPTION": "To locate you"
  99. },
  100. "uk.co.workingedge.phonegap.plugin.launchnavigator": {
  101. "OKHTTP_VERSION": "3.+",
  102. "LOCATION_USAGE_DESCRIPTION": "This app requires access to your location for navigation purposes"
  103. },
  104. "mx.ferreyra.callnumber": {},
  105. "cordova-plugin-vibration": {},
  106. "call-number": {},
  107. "cordova-plugin-tts": {},
  108. "cordova-plugin-device": {},
  109. "cordova-plugin-statusbar": {}
  110. },
  111. "platforms": [
  112. "android",
  113. "ios"
  114. ]
  115. }
  116. }
  117.  
  118.  
  119.  
  120.  
  121. {
  122. "name": "tatuApp",
  123. "version": "0.0.1",
  124. "author": "Ionic Framework",
  125. "homepage": "http://ionicframework.com/",
  126. "private": true,
  127. "scripts": {
  128. "clean": "ionic-app-scripts clean",
  129. "build": "ionic-app-scripts build",
  130. "lint": "ionic-app-scripts lint",
  131. "ionic:build": "ionic-app-scripts build",
  132. "ionic:serve": "ionic-app-scripts serve"
  133. },
  134. "dependencies": {
  135. "@angular/animations": "^5.2.11",
  136. "@angular/common": "^5.2.11",
  137. "@angular/compiler": "^5.2.11",
  138. "@angular/compiler-cli": "^5.2.11",
  139. "@angular/core": "^5.2.11",
  140. "@angular/forms": "^5.2.11",
  141. "@angular/http": "^5.2.11",
  142. "@angular/platform-browser": "^5.2.11",
  143. "@angular/platform-browser-dynamic": "^5.2.11",
  144. "@ionic-native/call-number": "^4.20.0",
  145. "@ionic-native/core": "^4.20.0",
  146. "@ionic-native/facebook": "^4.20.0",
  147. "@ionic-native/geolocation": "^4.20.0",
  148. "@ionic-native/launch-navigator": "^4.20.0",
  149. "@ionic-native/native-audio": "^4.20.0",
  150. "@ionic-native/push": "^4.20.0",
  151. "@ionic-native/social-sharing": "^4.20.0",
  152. "@ionic-native/splash-screen": "^4.20.0",
  153. "@ionic-native/status-bar": "^4.20.0",
  154. "@ionic-native/streaming-media": "^4.20.0",
  155. "@ionic-native/text-to-speech": "^4.20.0",
  156. "@ionic-native/vibration": "^4.20.0",
  157. "@ionic-native/youtube-video-player": "^4.20.0",
  158. "@ionic/lab": "^1.0.21",
  159. "@ionic/pro": "^1.1.0",
  160. "@ionic/storage": "^2.2.0",
  161. "app": "^0.1.0",
  162. "call-number": "^1.0.1",
  163. "cordova-android": "6.4.0",
  164. "cordova-ios": "^4.5.5",
  165. "cordova-plugin-actionsheet": "^2.3.3",
  166. "cordova-plugin-ble": "^2.0.1",
  167. "cordova-plugin-device": "^2.0.2",
  168. "cordova-plugin-dialogs": "^2.0.1",
  169. "cordova-plugin-eddystone": "^1.3.0",
  170. "cordova-plugin-facebook4": "^2.5.0",
  171. "cordova-plugin-geolocation": "^4.0.1",
  172. "cordova-plugin-ionic-keyboard": "^2.1.3",
  173. "cordova-plugin-ionic-webview": "^1.2.1",
  174. "cordova-plugin-nativeaudio": "^3.0.9",
  175. "cordova-plugin-splashscreen": "^5.0.2",
  176. "cordova-plugin-statusbar": "^2.4.2",
  177. "cordova-plugin-tts": "^0.2.3",
  178. "cordova-plugin-vibration": "^3.1.0",
  179. "cordova-plugin-whitelist": "^1.3.3",
  180. "cordova-plugin-x-socialsharing": "^5.4.4",
  181. "cordova-plugin-youtube-video-player": "^1.0.6",
  182. "es6-promise-plugin": "^4.2.2",
  183. "ionic-angular": "^3.9.4",
  184. "ionicons": "^3.0.0",
  185. "minimist": "^1.2.0",
  186. "mx.ferreyra.callnumber": "0.0.2",
  187. "rxjs": "^6.4.0",
  188. "rxjs-compat": "^6.4.0",
  189. "sw-toolbox": "^3.6.0",
  190. "uk.co.workingedge.phonegap.plugin.launchnavigator": "^4.2.2",
  191. "xml2js": "^0.4.19",
  192. "zone.js": "^0.8.29"
  193. },
  194. "devDependencies": {
  195. "@ionic/app-scripts": "^3.2.1",
  196. "typescript": "^2.7.2"
  197. },
  198. "description": "An Ionic project",
  199. "cordova": {
  200. "plugins": {
  201. "cordova-plugin-whitelist": {},
  202. "cordova-plugin-splashscreen": {},
  203. "cordova-plugin-ionic-webview": {},
  204. "cordova-plugin-ionic-keyboard": {},
  205. "cordova-plugin-eddystone": {},
  206. "cordova-plugin-facebook4": {
  207. "APP_ID": "132997234117373",
  208. "APP_NAME": "Tatu",
  209. "ANDROID_SDK_VERSION": "4.+",
  210. "FACEBOOK_ANDROID_SDK_VERSION": "4.+"
  211. },
  212. "cordova-plugin-youtube-video-player": {},
  213. "cordova-plugin-nativeaudio": {},
  214. "cordova-plugin-x-socialsharing": {
  215. "ANDROID_SUPPORT_V4_VERSION": "24.1.1+"
  216. },
  217. "cordova-plugin-geolocation": {
  218. "GEOLOCATION_USAGE_DESCRIPTION": "To locate you"
  219. },
  220. "uk.co.workingedge.phonegap.plugin.launchnavigator": {
  221. "OKHTTP_VERSION": "3.+",
  222. "LOCATION_USAGE_DESCRIPTION": "This app requires access to your location for navigation purposes"
  223. },
  224. "mx.ferreyra.callnumber": {},
  225. "cordova-plugin-vibration": {},
  226. "call-number": {},
  227. "cordova-plugin-tts": {},
  228. "cordova-plugin-device": {},
  229. "cordova-plugin-statusbar": {}
  230. },
  231. "platforms": [
  232. "android",
  233. "ios"
  234. ]
  235. }
  236. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement