forked from Inist-CNRS/node-sphinxapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 695 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 695 Bytes
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
{
"name": "sphinxapi",
"version": "1.0.6",
"author": "Nicolas Thouvenin <nthouvenin@gmail.com>",
"contributors": [],
"description": "Native javascript implementation of the standard Sphinx API",
"tags": [
"api",
"client",
"sphinx",
"search"
],
"homepage": "http://github.com/lindory-project/node-sphinxapi",
"main": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/lindory-project/sphinxapi.git"
},
"dependencies": {
"bufferpack": ">=0.0.6",
"put": "",
"debug": ">=0.5.0"
},
"license": "MIT",
"engines": {
"node": ">=0.6.4"
}
}