-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 992 Bytes
/
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": "node-clogger",
"version": "0.2.3",
"description": "A node.js logging framework.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/christian-raedel/node-clogger.git"
},
"keywords": [
"pluggable",
"log",
"framework"
],
"author": "Christian Rädel",
"license": "ISC",
"bugs": {
"url": "https://github.com/christian-raedel/node-clogger/issues"
},
"homepage": "https://github.com/christian-raedel/node-clogger",
"dependencies": {
"lodash": "^2.4.1",
"node-cconf": "git+https://github.com/christian-raedel/node-cconf.git",
"node-cplate": "git+https://github.com/christian-raedel/node-cplate.git",
"taffydb": "^2.7.2"
},
"devDependencies": {
"chai": "^1.9.1",
"chai-spies": "^0.5.1",
"eyes": "^0.1.8",
"jsdoc": "^3.3.0-alpha9",
"memwatch": "^0.2.2",
"mocha": "^1.21.3"
}
}