Front end of the Slack clone application.

package.json 2.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "string-template@~0.2.1",
  3. "_id": "string-template@0.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-QpMuWYo1LQH8IuwzZ9nYTuxsmt0=",
  6. "_location": "/string-template",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "string-template@~0.2.1",
  12. "name": "string-template",
  13. "escapedName": "string-template",
  14. "rawSpec": "~0.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.2.1"
  17. },
  18. "_requiredBy": [
  19. "/error"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/string-template/-/string-template-0.2.1.tgz",
  22. "_shasum": "42932e598a352d01fc22ec3367d9d84eec6c9add",
  23. "_spec": "string-template@~0.2.1",
  24. "_where": "/Users/jaehoonp/zipteamUIv2/node_modules/error",
  25. "author": {
  26. "name": "Matt-Esch",
  27. "email": "matt@mattesch.info"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/Matt-Esch/string-template/issues",
  31. "email": "matt@mattesch.info"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Matt-Esch"
  37. }
  38. ],
  39. "dependencies": {},
  40. "deprecated": false,
  41. "description": "A simple string template function based on named or indexed arguments",
  42. "devDependencies": {
  43. "tape": "~1.1.1"
  44. },
  45. "homepage": "https://github.com/Matt-Esch/string-template",
  46. "keywords": [
  47. "template",
  48. "string",
  49. "format",
  50. "replace",
  51. "arguments"
  52. ],
  53. "licenses": [
  54. {
  55. "type": "MIT",
  56. "url": "http://github.com/Matt-Esch/string-template/raw/master/LICENSE"
  57. }
  58. ],
  59. "main": "index",
  60. "name": "string-template",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/Matt-Esch/string-template.git"
  64. },
  65. "scripts": {
  66. "cover": "istanbul cover --report none --print detail ./test/index.js",
  67. "test": "node ./test/index.js",
  68. "travis-test": "istanbul cover ./test/index.js && ((cat coverage/lcov.info | coveralls) || exit 0)",
  69. "view-cover": "istanbul report html && google-chrome ./coverage/index.html"
  70. },
  71. "testling": {
  72. "files": "test/index.js",
  73. "browsers": [
  74. "ie/8..latest",
  75. "firefox/16..latest",
  76. "firefox/nightly",
  77. "chrome/22..latest",
  78. "chrome/canary",
  79. "opera/12..latest",
  80. "opera/next",
  81. "safari/5.1..latest",
  82. "ipad/6.0..latest",
  83. "iphone/6.0..latest",
  84. "android-browser/4.2..latest"
  85. ]
  86. },
  87. "version": "0.2.1"
  88. }