bower.json 435 B

1234567891011121314151617181920212223
  1. {
  2. "name": "node-uuid",
  3. "version": "1.4.7",
  4. "homepage": "https://github.com/broofa/node-uuid",
  5. "authors": [
  6. "Robert Kieffer <robert@broofa.com>"
  7. ],
  8. "description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
  9. "main": "uuid.js",
  10. "keywords": [
  11. "uuid",
  12. "gid",
  13. "rfc4122"
  14. ],
  15. "license": "MIT",
  16. "ignore": [
  17. "**/.*",
  18. "node_modules",
  19. "bower_components",
  20. "test",
  21. "tests"
  22. ]
  23. }