component.json 474 B

123456789101112131415161718
  1. {
  2. "name": "node-uuid",
  3. "repo": "broofa/node-uuid",
  4. "description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
  5. "version": "1.4.3",
  6. "author": "Robert Kieffer <robert@broofa.com>",
  7. "contributors": [
  8. {"name": "Christoph Tavan <dev@tavan.de>", "github": "https://github.com/ctavan"}
  9. ],
  10. "keywords": ["uuid", "guid", "rfc4122"],
  11. "dependencies": {},
  12. "development": {},
  13. "main": "uuid.js",
  14. "scripts": [
  15. "uuid.js"
  16. ],
  17. "license": "MIT"
  18. }