Front end of the Slack clone application.

package.json 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "dev-null@^0.1.1",
  3. "_id": "dev-null@0.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-WiBc48Ky73e2I41roXnrdMag6Bg=",
  6. "_location": "/dev-null",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "dev-null@^0.1.1",
  12. "name": "dev-null",
  13. "escapedName": "dev-null",
  14. "rawSpec": "^0.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.1"
  17. },
  18. "_requiredBy": [
  19. "/@ionic/cli-utils"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/dev-null/-/dev-null-0.1.1.tgz",
  22. "_shasum": "5a205ce3c2b2ef77b6238d6ba179eb74c6a0e818",
  23. "_spec": "dev-null@^0.1.1",
  24. "_where": "/Users/nicholasm/Labs/ZipTeamPurple-FrontEnd/node_modules/@ionic/cli-utils",
  25. "author": {
  26. "name": "Thorsten Lorenz",
  27. "email": "thlorenz@gmx.de",
  28. "url": "http://thlorenz.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/thlorenz/dev-null/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "/dev/null for node streams",
  37. "devDependencies": {
  38. "nave": "~0.4.3",
  39. "tap": "~0.4.3",
  40. "tap-stream": "~0.2.0"
  41. },
  42. "engine": {
  43. "node": ">=0.10"
  44. },
  45. "homepage": "https://github.com/thlorenz/dev-null",
  46. "keywords": [
  47. "streams",
  48. "test",
  49. "debug",
  50. "ignore",
  51. "silence"
  52. ],
  53. "license": {
  54. "type": "MIT",
  55. "url": "https://github.com/thlorenz/dev-null/blob/master/LICENSE"
  56. },
  57. "main": "index.js",
  58. "name": "dev-null",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/thlorenz/dev-null.git"
  62. },
  63. "scripts": {
  64. "test": "if [ -e $TRAVIS ]; then npm run test-all; else npm run test-main; fi",
  65. "test-0.10": "nave use 0.10 npm run test-main",
  66. "test-all": "npm run test-main && npm run test-0.10",
  67. "test-main": "tap test/*.js"
  68. },
  69. "version": "0.1.1"
  70. }