-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·51 lines (51 loc) · 1 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
42
43
44
45
46
47
48
49
50
51
{
"name": "softgrandLogger",
"private": true,
"version": "1.1.0",
"description": "logger",
"main": "./index.js",
"release": [
{
"1.0.0": [
{
"title": "feature",
"description": "نمایش خطاها"
},
{
"title": "improvment",
"description": "ذخیره لاگها براساس نوع پیام"
}
],
"1.1.0": [
{
"title": "feature",
"description": "ذخیره لاگها در مونگو و فایل سیستم"
}
]
}
],
"author": {
"name": "reza bojnrdi",
"email": "[email protected]",
"url": ""
},
"maintainers": [
{
"name": "A eghamat developer",
"email": "",
"url": ""
}
],
"license": "MIT",
"devDependencies": {
"caller-id": "^0.1.0",
"mongodb": "^3.1.13",
"q": "^1.5.1"
<<<<<<< HEAD
},
"dependencies": {
"mongoose": "^5.6.4"
=======
>>>>>>> c8c4131f0c49f56185357cc04125fc9b1ef9ece7
}
}