Front end of the Slack clone application.

package.json 1.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "_from": "@ionic-native/core@~4.10.0",
  3. "_id": "@ionic-native/core@4.10.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3GwcizMwTvGDz0DmaLLnyeFqpfexaTMJg4fcIPV6m3LU1gqXMOsK8nY6GbK1NFcRNj0h3kGFTwuew7HvRyZ+JQ==",
  6. "_location": "/@ionic-native/core",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@ionic-native/core@~4.10.0",
  12. "name": "@ionic-native/core",
  13. "escapedName": "@ionic-native%2fcore",
  14. "scope": "@ionic-native",
  15. "rawSpec": "~4.10.0",
  16. "saveSpec": null,
  17. "fetchSpec": "~4.10.0"
  18. },
  19. "_requiredBy": [
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@ionic-native/core/-/core-4.10.0.tgz",
  23. "_shasum": "2faa5971b096cd6b0c0c057bef807a1ea4ae3f35",
  24. "_spec": "@ionic-native/core@~4.10.0",
  25. "_where": "/Users/jaehoonp/zipteamUIv2",
  26. "author": {
  27. "name": "ionic"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/ionic-team/ionic-native/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Ionic Native - Native plugins for ionic apps",
  35. "homepage": "https://github.com/ionic-team/ionic-native#readme",
  36. "license": "MIT",
  37. "module": "index.js",
  38. "name": "@ionic-native/core",
  39. "peerDependencies": {
  40. "rxjs": "^5.0.1"
  41. },
  42. "repository": {
  43. "type": "git",
  44. "url": "git+https://github.com/ionic-team/ionic-native.git"
  45. },
  46. "typings": "index.d.ts",
  47. "version": "4.10.0"
  48. }