-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
36 lines (36 loc) · 921 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
{
"name": "winston-simpledb",
"description": "A Winston transport for Amazon SimpleDB",
"version": "0.1.1",
"author": {
"name":"Andrew Chilton",
"email":"chilts@appsattic.com",
"url":"http://www.appsattic.com/"
},
"homepage": "https://github.com/appsattic/winston-simpledb",
"contributors": [],
"repository": {
"type": "git",
"url": "git://github.com/appsattic/winston-simpledb.git"
},
"keywords": ["logging", "sysadmin", "tools", "winston", "amazon", "simpledb", "awssum"],
"dependencies": {
"awssum": ">= 0.1.2",
"uuid-js": ">= 0.7.4"
},
"devDependencies": {
"winston": ">= 0.5.6",
"vows":">= 0.5.13"
},
"main": "./winston-simpledb",
"scripts": {
"test": "vows test/*.js --spec"
},
"engines": {
"node": ">= 0.4.0"
},
"licenses": [{
"type": "MIT",
"url": "http://github.com/appsattic/winston-simpledb/raw/master/LICENSE"
}]
}