Skip to content

Instantly share code, notes, and snippets.

@olivernn
Created April 1, 2014 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olivernn/9919715 to your computer and use it in GitHub Desktop.
Save olivernn/9919715 to your computer and use it in GitHub Desktop.
lunr package.json
{
"name": "lunr",
"description": "Simple full-text search in your browser.",
"version": "0.5.0",
"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": {
"phantomjs": "1.8.1-3"
},
"scripts": {
"test": "phantomjs test/env/runner.js http://localhost:3000/test"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment