UNPKG

sonic-channel

Version:

Sonic Channel integration for Node. Used in pair with Sonic, the fast, lightweight and schema-less search backend.

45 lines (44 loc) 1.15 kB
{ "name": "sonic-channel", "description": "Sonic Channel integration for Node. Used in pair with Sonic, the fast, lightweight and schema-less search backend.", "version": "1.3.1", "homepage": "https://github.com/valeriansaliou/node-sonic-channel", "license": "MIT", "author": { "name": "Valerian Saliou", "email": "valerian@valeriansaliou.name", "url": "https://valeriansaliou.name/" }, "repository": { "type": "git", "url": "git://github.com/valeriansaliou/node-sonic-channel.git" }, "bugs": { "url": "https://github.com/valeriansaliou/node-sonic-channel/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/valeriansaliou/node-sonic-channel/blob/master/LICENSE" } ], "main": "./lib/sonic_channel.js", "types": "./lib/sonic_channel.d.ts", "engines": { "node": ">= 6.0.0" }, "scripts": { "test": "check-build && istanbul cover _mocha" }, "devDependencies": { "check-build": "2.8.2", "mocha": "3.5.0", "mocha-lcov-reporter": "1.3.0", "istanbul": "0.4.5" }, "keywords": [ "sonic", "search", "integration" ] }