{
	"name": "pptxgenjs-demos-node",
	"version": "4.0.1",
	"author": {
		"name": "Brent Ely",
		"url": "https://github.com/gitbrent/"
	},
	"type": "module",
	"description": "Create PowerPoint Presentations with JavaScript",
	"homepage": "https://gitbrent.github.io/PptxGenJS/",
	"scripts": {
		"demo": "node demo.js",
		"demo-all": "node demo.js All",
		"demo-text": "node demo.js Text",
		"demo-stream": "node demo_stream.js"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/gitbrent/PptxGenJS.git"
	},
	"license": "MIT",
	"dependencies": {
		"pptxgenjs": "^4.0.1"
	}
}
