forked from kurokikaze/limestone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.07 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
45
46
47
48
{
"name": "limestone",
"description": "Sphinx search server connector for Node.js",
"version": "0.1.2",
"keywords": [
"sphinx",
"search",
"searchd",
"text"
],
"main": "./limestone.js",
"maintainers": [
"Serge Shirokov <[email protected]> (http://kuroikaze85.wordpress.com)"
],
"bugs": {
"name": "http://github.com/kurokikaze/limestone/issues"
},
"licenses": [
{
"type": "Creative Commons - Attribution 3.0",
"url": "http://creativecommons.org/licenses/by/3.0/"
}
],
"repositories": [
{
"type": "git",
"url": "git://github.com/kurokikaze/limestone"
}
],
"engine": "node",
"implements": [
"CommonJS/Modules/1.0"
],
"dependencies": {},
"devDependencies": {},
"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 ls-test.js"
}
}