package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "glogg@1.0.0",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "glogg@1.0.0",
  10. "_id": "glogg@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-f+DxmfV6yQbPUS/urY+Q7kooT8U=",
  13. "_location": "/glogg",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "glogg@1.0.0",
  19. "name": "glogg",
  20. "escapedName": "glogg",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/gulplog"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/glogg/-/glogg-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  31. "author": {
  32. "name": "Blaine Bublitz",
  33. "email": "blaine@iceddev.com",
  34. "url": "http://iceddev.com/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/undertakerjs/glogg/issues"
  38. },
  39. "contributors": [],
  40. "dependencies": {
  41. "sparkles": "^1.0.0"
  42. },
  43. "description": "Global logging utility",
  44. "devDependencies": {
  45. "@phated/eslint-config-iceddev": "^0.2.1",
  46. "code": "^1.5.0",
  47. "eslint": "^1.3.1",
  48. "eslint-plugin-mocha": "^0.5.1",
  49. "eslint-plugin-react": "^3.3.2",
  50. "lab": "^5.16.0"
  51. },
  52. "engines": {
  53. "node": ">= 0.10"
  54. },
  55. "files": [
  56. "LICENSE",
  57. "index.js"
  58. ],
  59. "homepage": "https://github.com/undertakerjs/glogg#readme",
  60. "keywords": [
  61. "global",
  62. "log",
  63. "logger",
  64. "logging",
  65. "shared"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "glogg",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/undertakerjs/glogg.git"
  73. },
  74. "scripts": {
  75. "test": "lab -cvL --globals store@sparkles"
  76. },
  77. "version": "1.0.0"
  78. }