forked from dial-once/node-mongoat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1001 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 1001 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
36
37
38
39
40
41
42
43
44
{
"name": "mongoat",
"version": "2.1.7",
"description": "Mongoat is a MongoDb ODM",
"keywords": [
"mongodb",
"driver",
"legacy",
"odm",
"mongoat",
"layer"
],
"main": "index.js",
"scripts": {
"pretest": "jshint .",
"test": "jasmine",
"cover": "istanbul cover ./node_modules/.bin/jasmine",
"doc": "jsdoc -d ./docs --readme README.md --package package.json --template node_modules/minami lib/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ds-arb/node-mongoat.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ds-arb/node-mongoat/issues"
},
"homepage": "https://github.com/ds-arb/node-mongoat#readme",
"dependencies": {
"lodash": "^4.0.0",
"mongodb": "^3.5.7"
},
"devDependencies": {
"codacy-coverage": "^1.1.3",
"istanbul": "^0.4.2",
"jasmine": "^2.4.1",
"jsdoc": "^3.4.0",
"minami": "^1.1.1"
},
"directories": {
"lib": "lib"
},
"author": ""
}