-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1016 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
42
{
"name": "log4js-faye-appender",
"version": "0.1.2",
"description": "Custom appender for log4js based on a faye client",
"author": "Quentin Brandon <[email protected]> (https://www.bitcraft.co.jp/)",
"repository": {
"url": "https://github.com/bitcraftCoLtd/log4js-faye-appender.git"
},
"main": "index.js",
"dependencies": {
"faye": "1.2.x",
"async": "2.5.x"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/bitcraftCoLtd/log4js-faye-appender/blob/master/LICENSE"
}
],
"jshintConfig": {
"todo": true,
"vars": true,
"node": true
},
"bugs": {
"url": "https://github.com/bitcraftCoLtd/log4js-faye-appender/issues"
},
"homepage": "https://github.com/bitcraftCoLtd/log4js-faye-appender",
"directories": {
"example": "examples"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"log4js",
"appender",
"faye"
],
"license": "MIT"
}