Front end of the Slack clone application.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "leek@0.0.24",
  3. "_id": "leek@0.0.24",
  4. "_inBundle": false,
  5. "_integrity": "sha1-5ADlfw5g2O8r1NBo3EKKVDRdvNo=",
  6. "_location": "/leek",
  7. "_phantomChildren": {
  8. "lodash._baseassign": "3.2.0",
  9. "lodash._createassigner": "3.1.1",
  10. "lodash.keys": "3.1.2"
  11. },
  12. "_requested": {
  13. "type": "version",
  14. "registry": true,
  15. "raw": "leek@0.0.24",
  16. "name": "leek",
  17. "escapedName": "leek",
  18. "rawSpec": "0.0.24",
  19. "saveSpec": null,
  20. "fetchSpec": "0.0.24"
  21. },
  22. "_requiredBy": [
  23. "/@ionic/cli-utils"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/leek/-/leek-0.0.24.tgz",
  26. "_shasum": "e400e57f0e60d8ef2bd4d068dc428a54345dbcda",
  27. "_spec": "leek@0.0.24",
  28. "_where": "/Users/nicholasm/Labs/ZipTeamPurple-FrontEnd/node_modules/@ionic/cli-utils",
  29. "author": {
  30. "name": "Alex Navasardyan",
  31. "email": "alex.navasardyan@gmail.com",
  32. "url": "http://twokul.io"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/twokul/leek/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "debug": "^2.1.0",
  40. "lodash.assign": "^3.2.0",
  41. "rsvp": "^3.0.21"
  42. },
  43. "deprecated": false,
  44. "description": "GA tracking",
  45. "devDependencies": {
  46. "chai": "^1.9.1",
  47. "jshint": "~2.3.0",
  48. "mocha": "*",
  49. "rewire": "^2.0.0"
  50. },
  51. "homepage": "https://github.com/twokul/leek#readme",
  52. "keywords": [
  53. "stats",
  54. "google",
  55. "analytics",
  56. "track",
  57. "metrics"
  58. ],
  59. "license": "MIT",
  60. "main": "lib/leek.js",
  61. "name": "leek",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/twokul/leek.git"
  65. },
  66. "scripts": {
  67. "test": "jshint lib/*.js test/*.js && mocha --reporter spec test/*-test.js"
  68. },
  69. "version": "0.0.24"
  70. }