{
	"name": "officegen-dbb",
	"description": "Modification of Ziv Barber's officegen, to provide a reasonable way to have line breaks in table cells.",
	"version": "0.5.5",
	"author": {
		"name": "Doug Brown",
		"url": "https://github.com/AustinAgile"
	},
	"license": "MIT",
	"url": "https://github.com/AustinAgile/officegen",
	"engines": {
		"node": ">= 0.10.0"
	},
	"keywords": [
		"officegen",
		"office",
		"microsoft",
		"2007",
		"word",
		"powerpoint",
		"excel",
		"docx",
		"pptx",
		"ppsx",
		"xlsx",
		"charts",
		"Office Open XML",
		"stream",
		"generate",
		"create",
		"maker",
		"generator",
		"creator"
	],
	"repository": {
		"type": "git",
		"url": "git://github.com/AustinAgile/officegen.git"
	},
	"bugs": {
		"url": "https://github.com/AustinAgile/officegen/issues"
	},
	"main": "index.js",
	"directories": {
		"lib": "lib",
		"examples": "examples"
	},
	"scripts": {
		"test": "mocha test/test-docx.js test/test-xlsx.js test/test-pptx-nocharts.js test/test-pptx-charts.js"
	},
	"dependencies": {
		"archiver": "~1.3.0",
		"async": "^2.0.1",
		"fast-image-size": "^0.1.3",
		"jszip": "^2.5.0",
		"lodash": "^4.16.2",
		"readable-stream": "~2.2.2",
		"setimmediate": ">= 1.0.1",
		"xmlbuilder": "^3.0.0"
	},
	"devDependencies": {
		"adm-zip": "^0.4.7",
		"chai": "^3.5.0",
		"grunt": "^1.0.1",
		"grunt-contrib-jshint": "^1.0.0",
		"grunt-jsdoc": "^2.1.0",
		"jaguarjs-jsdoc": "^1.0.1",
		"mocha": "^3.0.2",
		"sinon": "^1.17.5",
		"time-grunt": "^1.4.0"
	}
}
