Skip to content

Instantly share code, notes, and snippets.

@mikeasick
Created December 14, 2013 23:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikeasick/7966462 to your computer and use it in GitHub Desktop.
Save mikeasick/7966462 to your computer and use it in GitHub Desktop.
Package JSON for large restify log output
{
"name": "services",
"preferGlobal": false,
"version": "0.0.1",
"description": "example services for serving vitals data from ElasticSearch ",
"main": "app.js",
"scripts": {
},
"keywords": [
"vitals",
"timeseries",
"aggregations",
"elasitcsearch"
],
"dependencies": {
"jsontool": "6.0.x",
"restify": "2.6.x",
"MD5": "1.1.x",
"node-restify-swagger": "0.1.x",
"node-restify-validation": "0.0.x",
"bunyan": "0.21.x",
"moment": "2.1.x"
},
"analyze": true,
"devDependencies": {
"mocha": "1.12.x"
},
"bundledDependencies": [],
"licenses": [
{
"type": "",
"url": ""
}
],
"engines": {
"node": ">=0.10"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment