-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 947 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
28
29
30
31
32
33
34
35
36
37
{
"name": "sarapis",
"version": "0.2.0",
"description": "a RESTful, proxied, read-only Solr interface",
"main": "index.js",
"scripts": {
"test": "./node_modules/lab/bin/lab --coverage --threshold 85",
"test-cov-html": "./node_modules/lab/bin/lab --coverage --threshold 85 --reporter html --output coverage/coverage.html"
},
"keywords": [
"solr",
"rest",
"proxy"
],
"author": "Manuel Weidmann",
"repository": "https://github.com/cpsgroup/sarapis.git",
"license": "MIT",
"dependencies": {
"boom": "^2.7.2",
"bunyan": "^1.3.5",
"hapi": "^8.5.1",
"hapi-bunyan": "^0.6.0",
"hapi-swaggered": "^2.2.0",
"hapi-swaggered-ui": "^1.3.1",
"joi": "^6.4.2",
"require": "^2.4.18",
"rewire": "^2.3.4",
"solr-client": "^0.5.0",
"solr-proxy": "^1.2.0",
"yargs": "^3.9.1"
},
"devDependencies": {
"code": "^1.4.0",
"jasmine": "^2.3.1",
"lab": "^5.10.0"
}
}