{
	"name": "tock",
	"description": "Distributed cron-style job system that has many features missing from cron",
	"main": "./index",
	"author": "Ryan Fink",
	"version": "0.2.1",
	"repository": {
		"type": "git",
		"url": "http://github.com/rfink/tock.git"
	},
	"bugs": {
		"url": "http://github.com/rfink/tock/issues"
	},
	"licenses": [
		{
			"type": "MIT",
			"url": "http://github.com/rfink/tock/raw/master/LICENSE"
		}
	],
	"dependencies": {
		"moment": "2.0.x",
		"underscore": "1.4.x",
		"express": "3.0.x",
		"mongoose": "3.5.x",
		"swig": "0.13.x",
		"socket.io": "0.9.x",
		"axon": "0.5.x",
		"async": "0.2.x",
		"envcfg": "0.0.x",
    "debug": "0.7.x",
    "consolidate": "0.8.x",
    "connect-flash": "0.1.x",
    "winston": "0.6.x",
    "winston-mail": "0.2.x",
    "winston-mongodb": "0.4.x"
	},
	"devDependencies": {
    "should": "*",
    "mocha": "*"
	},
	"engine": "node >= 0.6.0"
}
