forked from kurokikaze/limestone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 795 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
{
"name":"limestone",
"description":"Sphinx search server connector for Node.js",
"version":"v0.1.2",
"keywords": ["sphinx", "search", "searchd", "text"],
"maintainers":[{
"name": "Serge Shirokov",
"email": "[email protected]",
"web": "http://kuroikaze85.wordpress.com"
},
{
"name" : "David Swift",
"email" : "[email protected]",
"web" : ""
}],
"bugs":"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"]
}