package.json 723 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "lunr",
  3. "description": "Simple full-text search in your browser.",
  4. "version": "2.3.9",
  5. "author": "Oliver Nightingale",
  6. "keywords": ["search"],
  7. "homepage": "https://lunrjs.com",
  8. "bugs": "https://github.com/olivernn/lunr.js/issues",
  9. "main": "lunr.js",
  10. "license": "MIT",
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/olivernn/lunr.js.git"
  14. },
  15. "devDependencies": {
  16. "benchmark": "2.1.x",
  17. "chai": "3.5.x",
  18. "eslint-plugin-spellcheck": "0.0.8",
  19. "eslint": "3.4.x",
  20. "jsdoc": "3.5.x",
  21. "mocha": "3.3.x",
  22. "mustache": "2.2.x",
  23. "node-static": "0.7.x",
  24. "uglify-js": "2.6.x",
  25. "word-list": "1.0.x"
  26. },
  27. "scripts": {
  28. "test": "make test"
  29. }
  30. }