UNPKG

662 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.0.7",
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 },
20 "devDependencies": {
21 "vows": "0.6.x"
22 },
23 "scripts" : {
24 "test" : "vows --spec test/test-*"
25 }
26}