25 lines
568 B
Plaintext
25 lines
568 B
Plaintext
{
|
|
"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.8.1-3",
|
|
"uglify-js": "2.4.13"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
}
|
|
}
|