UNPKG

789 BJSONView Raw
1{
2 "name": "nedb-promises",
3 "version": "4.0.0",
4 "description": "A dead-simple promise wrapper for nedb.",
5 "main": "index.js",
6 "scripts": {
7 "docs": "jsdoc2md ./src/*.js > docs.md --no-gfm",
8 "test": "mocha --reporter spec --timeout 10000"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/bajankristof/nedb-promises.git"
13 },
14 "keywords": [
15 "nedb",
16 "promises",
17 "promise"
18 ],
19 "author": "Kristóf Baján",
20 "license": "ISC",
21 "bugs": {
22 "url": "https://github.com/bajankristof/nedb-promises/issues"
23 },
24 "homepage": "https://github.com/bajankristof/nedb-promises#readme",
25 "dependencies": {
26 "nedb": "^1.8.0"
27 },
28 "devDependencies": {
29 "chai": "^4.2.0",
30 "jsdoc-to-markdown": "^5.0.0",
31 "mocha": "^6.2.0"
32 }
33}