forked from akaspin/ain
-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
61 lines (61 loc) · 1.26 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
52
53
54
55
56
57
58
59
60
61
{
"name": "ain2",
"description": "Syslog logging for node.js. Continuation of ain",
"version": "2.0.0",
"main": "./index",
"author": "Alexander Dorofeev <aka.spin@gmail.com>",
"scripts": {
"test": "./node_modules/.bin/mocha test/**/*.spec.js"
},
"contributors": [
{
"name": "Alexander Dorofeev",
"email": "aka.spin@gmail.com"
},
{
"name": "Patrick Huesler",
"email": "patrick.huesler@gmail.com"
},
{
"name": "Mark Wubben",
"email": "mark@novemberborn.net"
},
{
"name": "Parham Michael Ossareh",
"email": "ossareh@gmail.com"
},
{
"name": "Carlos Lage",
"email": "carlos.lage@livestream.com"
},
{
"name": "J. Maurice",
"email": "j@wiz.biz"
},
{
"name": "Joseph Frazier (josephfrazier)",
"email": ""
}
],
"repository": {
"type": "git",
"url": "http://github.com/phuesler/ain.git"
},
"bugs": {
"url": "http://github.com/phuesler/ain/issues"
},
"license" : "MIT",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/phuesler/ain/master/LICENSE"
}
],
"devDependencies": {
"mocha": "~1.12.0",
"chai": "~1.7.2"
},
"optionalDependencies": {
"unix-dgram": "^2.0.2"
}
}