-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
43 lines (43 loc) · 1.03 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
{
"name": "node-solr-smart-client",
"version": "0.2.2",
"description": "A node solr-client smart constructor",
"main": "lib/index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/jijordre/node-solr-smart-client.git"
},
"keywords": [
"solr",
"zookeeper",
"solr cloud"
],
"author": "Jens Ivar Jordre <[email protected]> (http://about.me/jijordre)",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jijordre/node-solr-smart-client/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/jijordre/node-solr-smart-client/issues"
},
"homepage": "https://github.com/jijordre/node-solr-smart-client",
"devDependencies": {
"proxyquire": "1.4.x",
"mocha": "2.2.x",
"should": "5.2.x",
"sinon": "1.14.x"
},
"dependencies": {
"async": "0.9.x",
"node-rest-client": "1.4.x",
"node-zookeeper-client": "0.2.x",
"solr-client": "0.5.x",
"underscore": "1.8.x",
"url": "0.10.x"
}
}