UNPKG

715 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.1.0",
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 "devDependencies": {
20 "vows": "0.6.x",
21 "nock": "0.12.x"
22 },
23 "scripts": {
24 "test": "vows --spec test/test-*"
25 }
26}
\No newline at end of file