-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.28 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.28 KB
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
{
"name": "cheshire-client-node",
"version": "0.0.10",
"description": "persistant cheshire nodejs client",
"main": "client.js",
"homepage": "https://github.com/trendrr/cheshire-client-node",
"dependencies": {
"async": "~0.2.6",
"optimist": "~0.3.7",
"jsonparse": "0.0.5",
"lodash": "~1.3.1",
"generic-pool": "~2.0.4"
},
"devDependencies": {},
"config": {
"strest_version": 2
},
"repository": {
"type": "git",
"url": "https://github.com/trendrr/cheshire-client-node"
},
"author": {
"name": "Trendrr",
"email": "admin@trendrr.com",
"url": "trendrr.com"
},
"contributors": [
{
"name": "Matt Dennebaum",
"email": "matt@trendrr.com",
"url": "https://github.com/mdennebaum"
},
{
"name": "Dustin Norlander",
"email": "dustin@trendrr.com",
"url": "https://github.com/dustismo"
}
],
"readme": "##Persistant node client for Cheshire services\n\n**For more info on Cheshire check out:**\n* https://github.com/dustismo/cheshire\n* https://github.com/trendrr/cheshire-golang/\n\n\n\n**To test:**\n\n```\nnode test.js --m single\nnode test.js --m batch\nnode test.js --m firehose\n```\n",
"readmeFilename": "README.md",
"_id": "cheshire-client-node@0.0.3",
"_from": "cheshire-client-node@*"
}