{
	"name": "temple-backbone",
	"description": "Adds Backbone specific handlers to Temple Mustache.",
	"version": "1.3.1",
	"author": "Beneath the Ink <info@beneaththeink.com>",
	"publishConfig": {
		"registry": "http://registry.npmjs.org"
	},
	"contributors": [
		{
			"name": "Tyler Johnson",
			"email": "tyler@beneaththeink.com",
			"url": "http://github.com/tyler-johnson"
		}
	],
	"repository": {
		"type": "git",
		"url": "https://github.com/BeneathTheInk/temple-backbone.git"
	},
	"scripts": {
		"dev": "node test/browser",
		"test": "./node_modules/.bin/mocha test"
	},
	"main": "./lib/backbone.js",
	"devDependencies": {
		"backbone": "~1.1.2",
		"chai": "~2.1.1",
		"grunt": "~0.4.5",
		"grunt-contrib-clean": "~0.6.0",
		"grunt-contrib-uglify": "~0.8.0",
		"grunt-contrib-watch": "~0.6.1",
		"grunt-browserify": "~3.4.0",
		"grunt-wrap2000": "~0.1.0",
		"minimist": "~1.1.0",
		"mocha": "~2.1.0",
		"templejs": "~0.5.0",
		"underscore": "~1.8.2"
	},
	"license": "MIT",
	"keywords": [
		"temple",
		"backbone"
	]
}
