component.json 201 B

123456789
  1. {
  2. "name": "lunr",
  3. "repo": "olivernn/lunr.js",
  4. "version": "2.3.9",
  5. "description": "Simple full-text search in your browser.",
  6. "license": "MIT",
  7. "main": "lunr.js",
  8. "scripts": ["lunr.js"]
  9. }