package.json 1.7 KB

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