UNPKG

808 BJSONView Raw
1{
2 "author": {
3 "name": "Remy Loubradou",
4 "email": "remy.loubradou@gmail.com",
5 "url": "https://twitter.com/#!/lbdremy"
6 },
7 "name": "solr-client",
8 "main": "./main",
9 "description": " A Solr client library for indexing, adding, deleting, committing, optimizing and searching documents within an Apache Solr installation (version>=3.2)",
10 "version": "0.2.6",
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/lbdremy/solr-node-client"
14 },
15 "engines": {
16 "node": ">= 0.4.7"
17 },
18 "dependencies": {
19 "JSONStream" : "~0.3.1",
20 "duplexer" : "~0.0.2",
21 "request" : "~2.11.0"
22 },
23 "devDependencies": {
24 "vows": "0.6.x",
25 "nock": "0.12.x"
26 },
27 "scripts": {
28 "test": "vows --spec test/test-*"
29 }
30}
\No newline at end of file