UNPKG

954 BJSONView Raw
1{
2 "name": "btrz-simple-dao",
3 "version": "4.4.1",
4 "description": "Betterez Simple DAO",
5 "main": "index.js",
6 "scripts": {
7 "test": "NODE_ENV=test node_modules/mocha/bin/mocha --ui bdd --exit -t 5000",
8 "tdd": "NODE_ENV=test node_modules/mocha/bin/mocha -w"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/Betterez/btrz-simple-dao.git"
13 },
14 "keywords": [
15 "DAO",
16 "Mongo",
17 "Promises"
18 ],
19 "license": "MIT",
20 "author": {
21 "name": "hgarcia",
22 "email": "hernan@dynamicprogrammer.com"
23 },
24 "contributors": [
25 {
26 "name": "pbrudnick",
27 "email": "pbrudnick@gmail.com"
28 }
29 ],
30 "bugs": {
31 "url": "https://github.com/Betterez/btrz-simple-dao/issues"
32 },
33 "homepage": "https://github.com/Betterez/btrz-simple-dao",
34 "dependencies": {
35 "mongodb": "3.6.12"
36 },
37 "devDependencies": {
38 "chai": "4.3.6",
39 "chance": "1.1.8",
40 "mocha": "9.2.2",
41 "sinon": "13.0.2"
42 }
43}