-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 882 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 882 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
{
"name": "lgr",
"version": "0.1.6",
"description": "Generic Logger for nodejs Apps",
"main": "index.js",
"scripts": {
"test": "istanbul cover _mocha -- -R spec"
},
"repository": {
"type": "git",
"url": "git+ssh://@github.com:paytm/lgr.git"
},
"keywords": [
"paytm",
"generic",
"nodejs",
"logger",
"log"
],
"author": "Shrey Agarwal",
"license": "MIT",
"bugs": {
"url": "https://github.com/paytm/lgr/issues"
},
"homepage": "https://github.com/paytm/lgr",
"dependencies": {
"lodash": "~4.13.1",
"moment": "~2.13.0",
"get-lodash-template-vars": "git+https://github.com/paytm/get-lodash-template-vars.git#v0.0.3"
},
"devDependencies": {
"mocha": "~2.4.5",
"should": "~8.3.1",
"coveralls": "~2.11.9",
"mocha-lcov-reporter": "~1.2.0",
"istanbul": "~0.4.3",
"ansi": "~0.3.1"
}
}