{
  "name": "lunr-zh-cn",
  "description": "Simple full-text search in your browser.",
  "version": "0.7.1",
  "author": "mdemo",
  "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"
  },
  "dependencies": {
    "nodejieba": "^2.0.0"
  }
}
