{
	"name": "gleam",
	"description": "Isomorphic server/browser entities",
	"version": "3.1.2",
	"author": {
		"name": "Nik Butenko",
		"email": "nik@butenko.me"
	},
	"contributors": [
		{
			"name": "Nik Butenko",
			"email": "nik@butenko.me"
		}
	],
	"dependencies": {
		"async": "0.x",
		"underscore": "1.x",
		"glob": "3.x",
		"mkdirp": "0.x"
	},
	"devDependencies": {
		"grunt": "~0.4.2",
		"grunt-cli": "~0.1.13",
		"grunt-simple-mocha": "~0.4.0",
		"grunt-contrib-jshint": "~0.7.2",
		"grunt-contrib-watch": "~0.5.3",
		"mocha": "~1.17.1",
		"chai": "~1.9.0",
		"rimraf": "~2.2.6",
		"jscoverage": "~0.3.8",
		"grunt-contrib-concat": "~0.3.0"
	},
	"keywords": [
		"entity",
		"isomorphic"
	],
	"repository": {
		"type": "git",
		"url": "git://github.com/nkbt/gleam.git"
	},
	"bugs": {
		"url": "http://github.com/nkbt/gleam/issues",
		"email": "nik@butenko.me"
	},
	"main": "index",
	"readmeFilename": "README.md"
}
