component.json 289 B

12345678910111213141516
  1. {
  2. "name": "intersect",
  3. "repo": "juliangruber/intersect",
  4. "description": "Find the intersection of two arrays.",
  5. "version": "0.1.0",
  6. "keywords": [
  7. "intersect",
  8. "array"
  9. ],
  10. "dependencies": {},
  11. "development": {},
  12. "license": "MIT",
  13. "scripts": [
  14. "index.js"
  15. ]
  16. }