-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 918 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 918 Bytes
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
{
"author": "cubejs",
"name": "async-logging",
"version": "0.3.0",
"description": "0.1.6 is the same as 0.2.2 just to get around ebay-logging-client vs. async-logging-client change",
"repository": {
"type": "git",
"url": "https://github.com/cubejs/async-logging-node.git"
},
"engines": {
"node": ">= 0.8.0"
},
"main":"./lib/index.js",
"dependencies": {
"websocket": "~1.0.8",
"msgpack": "0.1.8",
"underscore": "~1.4.4",
"cluster2": "~0.5.0",
"winston": "~0.7.1",
"request": "~2.22.0",
"connect": "~2.7.5"
},
"devDependencies": {
"express": "~3.1",
"mocha": "~1.11.0",
"should": "~1.2.2",
"q": "~0.9.6"
},
"scripts":{
"start":"node ./lib/log-server.js",
"test": "mocha --ui bdd --timeout 10s --reporter spec ./test/*-test.js"
}
}