{
	"name": "node-barefoot"
	, "version": "0.0.11"
	, "description": "Barefoot makes code sharing between browser and server reality. Write your application once and run it on both ends of the wire."
	, "keywords": [
		"backbone"
		, "node"
		, "server"
		, "http"
		, "shared"
	],
	"scripts": {
		"test": "make test"
	}
	, "dependencies": {
		"backbone": "~1.0.0"
		, "underscore": "~1.4.4"
		, "cheerio": "git://github.com/swissmanu/cheerio.git"
		, "browserify-middleware": "~1.6.0"
		, "cookie-component": "~0.1.5"
		, "methods": "~0.0.1"
		, "winston": "~0.7.1"
		, "q": "~0.9.3"
		, "debug": "~0.7.2"
	}
	, "devDependencies": {
		"mocha": "~1.8.2"
		, "chai": "~1.5.0"
		, "jshint": "~1.1.0"
		, "mocha-lcov-reporter": "~0.0.1"
		, "coveralls": "~2.0.7"
	}
	, "engines": {
		"node": ">=0.8"
	}
	, "author": "Manuel Alabor <manuel@alabor.me>"
	, "contributors": [
		{
			"name": "Michael Weibel"
			, "email": "michael.weibel@gmail.com"
		}
	]
	, "repository": "https://github.com/swissmanu/barefoot"
	, "license": "MIT"
}
