package.json.template 566 B

123456789101112131415161718192021222324
  1. {
  2. "name": "lunr",
  3. "description": "Simple full-text search in your browser.",
  4. "version": "@VERSION",
  5. "author": "Oliver Nightingale",
  6. "keywords": ["search"],
  7. "homepage": "http://lunrjs.com",
  8. "bugs": "http://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. "dox": "0.4.4",
  17. "dox-template": "0.1.1",
  18. "phantomjs": "1.9.*",
  19. "uglify-js": "2.4.13"
  20. },
  21. "scripts": {
  22. "test": "make test"
  23. }
  24. }