solr-synonyms
Version:
Parse Solr/ElasticSearch synonyms files into JavaScript objects.
48 lines (47 loc) • 1.02 kB
JSON
{
"name": "solr-synonyms",
"description": "Parse Solr/ElasticSearch synonyms files into JavaScript objects.",
"version": "0.0.2",
"homepage": "https://github.com/Prinzhorn/node-solr-synonyms",
"author": {
"name": "Alexander Prinzhorn",
"email": "alexander@prinzhorn.it",
"url": "http://www.prinzhorn.it/"
},
"repository": {
"type": "git",
"url": "git://github.com/Prinzhorn/node-solr-synonyms.git"
},
"bugs": {
"url": "https://github.com/Prinzhorn/node-solr-synonyms/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Prinzhorn/node-solr-synonyms/blob/master/LICENSE"
}
],
"main": "index.js",
"bin": {
"synonyms": "cli.js"
},
"engines": {
"node": "0.10.x"
},
"scripts": {
"test": "node test"
},
"keywords": [
"synonyms",
"fulltext",
"solr",
"elasticsearch"
],
"devDependencies": {
"chai": "~1.7.2"
},
"dependencies": {
"diacritics": "1.0.x",
"commander": "2.0.x"
}
}