123456789101112131415161718192021222324 |
- {
- "name": "lunr",
- "description": "Simple full-text search in your browser.",
- "version": "@VERSION",
- "author": "Oliver Nightingale",
- "keywords": ["search"],
- "homepage": "http://lunrjs.com",
- "bugs": "http://github.com/olivernn/lunr.js/issues",
- "main": "lunr.js",
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "https://github.com/olivernn/lunr.js.git"
- },
- "devDependencies": {
- "dox": "0.4.4",
- "dox-template": "0.1.1",
- "phantomjs": "1.9.*",
- "uglify-js": "2.4.13"
- },
- "scripts": {
- "test": "make test"
- }
- }
|