{
	"name": "stdio",
	"version": "0.2.7",
	"description": "Standard input/output management with NodeJS",
	"keywords": ["input", "console", "output", "terminal", "system", "arguments", "cli"],
	"homepage": "https://github.com/sgmonda/stdio",
	"license": "MIT",
	"main": "main.js",
	"author": {
		"name": "Sergio Garcia Mondaray <sgmonda@gmail.com> (http://www.sgmonda.com)"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/sgmonda/stdio"
	},
	"dependencies": {},
	"devDependencies": {
		"jasmine-node": "1.14.2",
		"jshint": "2.5.1"
	},
	"engines": {
		"node": "*"
	},
	"readmeFilename": "readme.md",
	"scripts": {
		"jshint": "jshint main.js tests",
		"test": "jasmine-node --matchall tests/"
	}
}
