search-index-indexer
Version:
A simple indexer to test and debug your JSON config- and JSONStream data format with the search-index si.add API.
39 lines (38 loc) • 996 B
JSON
{
"name": "search-index-indexer",
"description": "A simple indexer to test and debug your JSON config- and JSONStream data format with the search-index si.add API.",
"version": "0.2.13",
"homepage": "https://github.com/eklem/search-index-indexer",
"engines": {
"node": ">=4"
},
"license": "MIT",
"dependencies": {
"search-index": "~0.9.15",
"JSONStream": "~1.2.1",
"chalk": "~1.1.3",
"request": "~2.79.0",
"term-cluster": "~0.0.1" ,
"commander": "~2.9.0"
},
"author": {
"email": "espen.klem@gmail.com",
"name": "Espen Klem"
},
"keywords": [
"index",
"search-index",
"search-index-cookbook",
"norch",
"debug",
"test",
"indexer",
"JSON",
"JSON streaming"
],
"main": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/eklem/search-index-indexer.git"
}
}