package.json 166 B

123456789
  1. {
  2. "name": "benchmark-uuid",
  3. "private": true,
  4. "description": "Benchmarks for node-uuid",
  5. "dependencies": {
  6. "uuid": "^1.4.1",
  7. "uuid-js": "^0.7.4"
  8. }
  9. }