This repository was archived by the owner on Oct 20, 2022. It is now read-only.
forked from gitbrent/PptxGenJS
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.31 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "pptxgenjs",
"version": "2.3.0-beta",
"author": {
"name": "Brent Ely",
"url": "https://github.com/gitbrent/"
},
"description": "JavaScript library that creates PowerPoint presentations",
"homepage": "https://gitbrent.github.io/PptxGenJS/",
"license": "MIT",
"main": "dist/pptxgen.js",
"dependencies": {
"express": "^4.16.3",
"image-size": "^0.6.3",
"jquery": "^3.3.1",
"jsdom": "^11.11.0",
"jszip": "^3.1.5"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-ignore": "^2.0.2",
"gulp-insert": "^0.5.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0"
},
"directories": {
"example": "examples",
"libs": "dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gitbrent/PptxGenJS.git"
},
"keywords": [
"javascript-create-powerpoint",
"javascript-create-pptx",
"javascript-generate-pptx",
"javascript-pptx",
"javascript-powerpoint",
"javascript-powerpoint-charts",
"javascript-powerpoint-online",
"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/gitbrent/PptxGenJS/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}