-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.05 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
{
"name": "winston-azure",
"description": "A Windows Azure table storage transport for winston, updated with new Azure SDK",
"version": "0.0.3",
"author": {
"name": "Thomas Decaux",
"email": "ebuildy@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/ebuildy/winston-azure.git"
},
"keywords": [
"logging",
"sysadmin",
"tools",
"winston",
"azure"
],
"dependencies": {
"azure-storage": ">= 0.3.3"
},
"devDependencies": {
"winston": "0.5.x",
"mocha": "1.0.x",
"should": "0.6.x"
},
"main": "./lib/winston-azure",
"scripts": {
"test": "mocha test/test.js"
},
"engines": {
"node": ">= 0.6.0"
},
"_npmUser": {
"name": "ebuildy",
"email": "ebuildy@gmail.com"
},
"_id": "winston-azure@0.0.1",
"optionalDependencies": {},
"_engineSupported": true,
"_npmVersion": "1.1.21",
"_nodeVersion": "v0.6.18",
"_defaultsLoaded": true,
"maintainers": [
{
"name": "ebuildy",
"email": "ebuildy@gmail.com"
}
],
"directories": {}
}