-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 815 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 815 Bytes
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
{
"name": "hapi-spike",
"version": "2.0.0",
"description": "creates the endpoint where you can monitor provided aerospike database",
"main": "index.js",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MinsterMind/hapi-spike.git"
},
"keywords": [
"hapi",
"aerospike"
],
"author": "Manoj Mali",
"license": "ISC",
"bugs": {
"url": "https://github.com/MinsterMind/hapi-spike/issues"
},
"homepage": "https://github.com/MinsterMind/hapi-spike#readme",
"dependencies": {
"aerospike": "^2.4.4",
"bluebird": "^3.5.0",
"boom": "^4.2.0",
"co": "^4.6.0",
"handlebars": "^4.0.10",
"hapi": "^16.4.3",
"joi": "^10.2.2",
"lodash": "^4.17.4",
"path": "^0.12.7",
"vision": "^4.1.1"
}
}