-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 1.03 KB
/
package.json
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
{
"name": "mongoat",
"version": "2.0.7",
"description": "Mongoat is a MongoDb ODM",
"keywords": [
"mongodb",
"driver",
"legacy",
"odm",
"mongoat",
"layer"
],
"main": "index.js",
"scripts": {
"pretest": "jshint .",
"test": "./node_modules/.bin/jasmine",
"cover": "./node_modules/.bin/istanbul cover ./node_modules/.bin/jasmine",
"doc": "./node_modules/.bin/jsdoc -d ./docs --readme README.md --package package.json --template node_modules/minami lib/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dial-once/node-mongoat.git"
},
"author": "khatal.yacine@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/dial-once/node-mongoat/issues"
},
"homepage": "https://github.com/dial-once/node-mongoat#readme",
"dependencies": {
"lodash": "4.0.0",
"mongodb": "2.1.4"
},
"devDependencies": {
"codacy-coverage": "^1.1.3",
"istanbul": "^0.4.2",
"jasmine": "^2.4.1",
"jsdoc": "^3.4.0",
"minami": "^1.1.1"
}
}