UNPKG

bulletpoints

Version:
77 lines (76 loc) 1.83 kB
{ "name": "bulletpoints", "version": "0.16.0", "author": { "name": "Steve Genoud", "url": "https://github.com/sgenoud/" }, "description": "JavaScript PowerPoint Library", "homepage": "https://gitbrent.github.io/PptxGenJS/", "license": "MIT", "main": "dist/bulletpoints.cjs.js", "browser": { "express": false, "fs": false, "https": false, "image-size": false, "jsdom": false, "os": false, "path": false }, "module": "dist/bulletpoints.es.js", "files": [ "dist", "types" ], "types": "types", "scripts": { "build": "rollup -c", "prepublish": "rollup -c", "watch": "rollup -cw" }, "dependencies": { "calc-units": "0.2.0", "https": "^1.0.0", "image-size": "^0.8.1", "jsdom": "^15.1.0", "jszip": "^3.2.2" }, "devDependencies": { "@types/jszip": "^3.1.6", "@types/node": "^12.7.5", "doctoc": "^1.4.0", "express": "^4.17.1", "prettier": "^1.19.1", "rollup": "^1.21.4", "rollup-plugin-banner": "^0.2.1", "rollup-plugin-clear": "^2.0.7", "rollup-plugin-terser": "^5.2.0", "rollup-plugin-typescript2": "^0.21.2", "tslint": "^5.20.1", "typescript": "3.3.1" }, "repository": { "type": "git", "url": "git+https://github.com/sgenoud/bulletpoints.git" }, "keywords": [ "javascript-create-powerpoint", "javascript-create-pptx", "javascript-generate-pptx", "javascript-powerpoint", "javascript-powerpoint-charts", "javascript-powerpoint-online", "javascript-pptx", "js-create-powerpoint", "js-create-pptx", "js-generate-powerpoint", "js-generate-powerpoint-charts", "js-powerpoint", "js-powerpoint-pptx", "js-powerpoint-library" ], "bugs": { "url": "https://github.com/sgenoud/bulletpoints/issues" } }