-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
42 lines (42 loc) · 991 Bytes
/
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
{
"name": "limestone",
"description": "Sphinx search server connector for Node.js",
"version": "0.2.0",
"keywords": [
"sphinx",
"search",
"searchd",
"text",
"fulltext"
],
"main": "./limestone.js",
"maintainers": [
"Serge Shirokov <[email protected]> (http://kuroikaze85.wordpress.com)"
],
"bugs": {
"name": "http://github.com/kurokikaze/limestone/issues"
},
"license": "MIT",
"engine": "node",
"implements": [
"CommonJS/Modules/1.0"
],
"dependencies": {},
"devDependencies": {
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"jasmine": "*"
},
"engines": {
"node": "*"
},
"author": "Sergey Shirokov <[email protected]> (http://kuroikaze85.wordpress.com)",
"homepage": "http://kurokikaze.github.com/limestone",
"repository": {
"type": "git",
"url": "git://github.com/kurokikaze/limestone.git"
},
"scripts": {
"test": "node tests/persistent.js"
}
}