Front end of the Slack clone application.

package.json 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "ncp@^2.0.0",
  3. "_id": "ncp@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-GVoh1sRuNh0vsSgbo4uR6d9727M=",
  6. "_location": "/ncp",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ncp@^2.0.0",
  12. "name": "ncp",
  13. "escapedName": "ncp",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@ionic/cli-utils"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ncp/-/ncp-2.0.0.tgz",
  22. "_shasum": "195a21d6c46e361d2fb1281ba38b91e9df7bdbb3",
  23. "_spec": "ncp@^2.0.0",
  24. "_where": "/Users/nicholasm/Labs/ZipTeamPurple-FrontEnd/node_modules/@ionic/cli-utils",
  25. "author": {
  26. "name": "AvianFlu",
  27. "email": "charlie@charlieistheman.com"
  28. },
  29. "bin": {
  30. "ncp": "./bin/ncp"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/AvianFlu/ncp/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Asynchronous recursive file copy utility.",
  38. "devDependencies": {
  39. "mocha": "1.15.x",
  40. "read-dir-files": "0.0.x",
  41. "rimraf": "1.0.x"
  42. },
  43. "engine": {
  44. "node": ">=0.10"
  45. },
  46. "homepage": "https://github.com/AvianFlu/ncp#readme",
  47. "keywords": [
  48. "cli",
  49. "copy"
  50. ],
  51. "license": "MIT",
  52. "main": "./lib/ncp.js",
  53. "name": "ncp",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/AvianFlu/ncp.git"
  57. },
  58. "scripts": {
  59. "test": "mocha -R spec"
  60. },
  61. "version": "2.0.0"
  62. }