package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "growly@^1.3.0",
  3. "_id": "growly@1.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=",
  6. "_location": "/growly",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "growly@^1.3.0",
  12. "name": "growly",
  13. "escapedName": "growly",
  14. "rawSpec": "^1.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.3.0"
  17. },
  18. "_requiredBy": [
  19. "/node-notifier"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz",
  22. "_shasum": "f10748cbe76af964b7c96c93c6bcc28af120c081",
  23. "_spec": "growly@^1.3.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\node-notifier",
  25. "author": {
  26. "name": "Ibrahim Al-Rajhi",
  27. "email": "abrahamalrajhi@gmail.com",
  28. "url": "http://ibrahimalrajhi.com/"
  29. },
  30. "bugs": {
  31. "url": "http://github.com/theabraham/growly/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Simple zero-dependency Growl notifications using GNTP.",
  36. "directories": {
  37. "example": "example",
  38. "lib": "lib"
  39. },
  40. "homepage": "https://github.com/theabraham/growly#readme",
  41. "keywords": [
  42. "growl",
  43. "growly",
  44. "snarl",
  45. "notifications",
  46. "gntp",
  47. "messages"
  48. ],
  49. "license": "MIT",
  50. "main": "lib/growly.js",
  51. "name": "growly",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+ssh://git@github.com/theabraham/growly.git"
  55. },
  56. "version": "1.3.0"
  57. }