-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 745 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 745 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
{
"name": "lokijs-plugin",
"description": "A lokijs database plugin",
"version": "2.0.2",
"repository": "git://github.com/visualjeff/lokijsPlugin.git",
"bugs": {
"url": "https://github.com/visualjeff/lokijsPlugin/issues"
},
"main": "lib/index.js",
"keywords": [
"hapi",
"plugin",
"lokijs",
"database"
],
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"@hapi/hapi": "^18.4.1",
"@hapi/joi": "^15.0.1",
"lokijs": "^1.5.6"
},
"devDependencies": {
"@hapi/code": "^5.3.1",
"@hapi/lab": "^18.1.2"
},
"scripts": {
"test": "lab -r console -t 100 -a @hapi/code -L",
"test-cov-html": "lab -r html -o coverage.html -a @hapi/code -L"
},
"license": "BSD-3-Clause"
}