-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 1.12 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
{
"name": "aquajs-logger",
"version": "1.2.2",
"description": "aqua js logger",
"license": "ISC",
"keywords": [
"logger"
],
"main": "./index.js",
"homepage": "https://github.com/aquajs/aquajs-logger",
"repository": {
"type": "git",
"url": "git://github.com:aquajs/aquajs-logger.git"
},
"bugs": {
"url": "http://equinix.com/aquajs-logger/issues"
},
"developers": [
"Venkat Rangasamy <vrangasamy@equinix.com>",
"Aswini Atibudhi <aswini.atbd@gmail.com>",
"Tony Pujals <tpujals@equinix.com> (http://twitter.com/subfuzion)",
"Peter Svetlichny <psvetlichny@equinix.com> (http://twitter.com/p_svetlichny)",
"Uma More <umore@equinix.com>",
"Elcina Tuscano <etuscano@equinix.com>",
"Chakradhar Jonagam <cjonagam@equinix.com>",
"Namratha Ambekar <nambekar@equinix.com>"
],
"dependencies": {
"winston": "0.9.0",
"winston-cassandra": "0.1.1",
"winston-mail": "0.3.0",
"winston-mongodb": "0.5.3",
"json-stringify-safe":"5.0.1"
},
"publishConfig": {
"registry": "http://nexus.corp.equinix.com/nexus/content/repositories/Equinix-AquaJS-Release/"
}
}