UNPKG

1.16 kBJSONView Raw
1{
2 "name": "btrz-simple-dao",
3 "version": "4.0.0",
4 "description": "Betterez Simple DAO",
5 "main": "index.js",
6 "scripts": {
7 "test": "NODE_ENV=test node_modules/mocha/bin/mocha --ui bdd -t 5000",
8 "test-w": "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.2.7"
36 },
37 "devDependencies": {
38 "chai": "^3.0.0",
39 "chai-as-promised": "^5.1.0",
40 "chance": "1.0.18",
41 "eslint": "^5.3.0",
42 "eslint-config-btrz": "^1.6.0",
43 "eslint-plugin-mocha": "^5.2.1",
44 "istanbul": "^0.4.3",
45 "mocha": "2.4.5",
46 "sinon": "latest",
47 "uuid": "^2.0.1",
48 "xunit-file": "latest"
49 }
50}