{
	"name": "hubble",
	"version": "0.5.8",
	"description": "A generic data dashboard that displays in the terminal",
	"bin": "./hubble",
	"repository": {
		"type": "git",
		"url": "http://github.com/jaymedavis/hubble"
	},
	"dependencies": {
		"body-parser": "latest",
		"chai": "latest",
		"coffeescript": "latest",
		"colors": "1.4.0",
		"express": "latest",
		"jspath": "latest",
		"keypress": "latest",
		"moment": "latest",
		"pad": "latest",
		"request": "latest",
		"underscore": "latest",
		"websocket": "latest"
	},
	"scripts": {
		"dev": "./node_modules/coffeescript/bin/coffee ./src/index.coffee",
		"test": "./node_modules/mocha/bin/mocha --compilers coffee:coffeescript/register --recursive ./tests -R spec"
	},
	"devDependencies": {
		"mocha": "^5.2.0"
	}
}
