UNPKG

pptxgenjs

Version:

Create JavaScript PowerPoint Presentations

76 lines (75 loc) 1.79 kB
{ "name": "pptxgenjs", "version": "3.2.1", "author": { "name": "Brent Ely", "url": "https://github.com/gitbrent/" }, "description": "Create JavaScript PowerPoint Presentations", "homepage": "https://gitbrent.github.io/PptxGenJS/", "license": "MIT", "main": "dist/pptxgen.cjs.js", "module": "dist/pptxgen.es.js", "files": [ "dist", "types" ], "types": "types", "scripts": { "build": "rollup -c", "watch": "rollup -cw", "ship": "gulp ship", "start": "gulp", "doctoc": "./node_modules/doctoc/doctoc.js README.md" }, "browser": { "express": false, "fs": false, "https": false, "image-size": false, "os": false, "path": false }, "dependencies": { "@types/node": "^14.0.5", "https": "^1.0.0", "image-size": "^0.8.3", "jszip": "^3.4.0" }, "devDependencies": { "doctoc": "^1.4.0", "express": "^4.17.1", "gulp": "^4.0.2", "gulp-concat": "^2.6.1", "gulp-delete-lines": "0.0.7", "gulp-ignore": "^3.0.0", "gulp-insert": "^0.5.0", "gulp-sourcemaps": "^2.6.5", "gulp-uglify": "^3.0.2", "rollup": "^2.10.5", "rollup-plugin-typescript2": "^0.27.1", "typescript": "^3.9.3" }, "repository": { "type": "git", "url": "git+https://github.com/gitbrent/PptxGenJS.git" }, "keywords": [ "javascript-create-powerpoint", "javascript-create-pptx", "javascript-generate-pptx", "javascript-powerpoint", "javascript-powerpoint-charts", "javascript-pptx", "js-create-powerpoint", "js-create-pptx", "js-generate-powerpoint", "js-powerpoint", "js-powerpoint-pptx", "js-powerpoint-library", "typescript-powerpoint" ], "bugs": { "url": "https://github.com/gitbrent/PptxGenJS/issues" } }