-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
44 lines (44 loc) · 1.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"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": "[email protected]",
"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"
]
}