{
	"name": "migrit",
	"author": "Evan Short",
	"description": "command line tool for managing database migrations",
	"version": "0.1.10",
	"bin": {
		"migrit": "./bin/migrit"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/whtevn/migrit.git"
	},
	"bugs": {
		"url": "https://github.com/whtevn/migrit/issues"
	},
	"licenses": [
		{
			"type": "MIT",
			"url": "https://github.com/whtevn/migrit/blob/master/LICENSE"
		}
	],
	"engines": {
		"node": ">=0.8.26"
	},
	"keywords": [
		"cli",
		"database",
		"utility",
		"migrate",
		"schema"
	],
	"scripts": {},
	"main": "./migrit",
	"dependencies": {
		"color": "^0.10.1",
		"confoo": "0.0.7",
		"mongodb": "^2.1.7",
		"mysql": "~2.5.3",
		"node-uuid": "^1.4.1",
		"prompt": "~0.2.14",
		"q": "^1.1.1",
		"q-io": "^1.11.6",
		"underscore": "^1.7.0",
		"yargs": "~1.3.3"
	}
}