forked from gitbrent/PptxGenJS
-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
44 lines (44 loc) · 972 Bytes
/
bower.json
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
{
"name": "pptxgenjs",
"description": "JavaScript framework that creates PowerPoint (pptx) presentations",
"main": [
"dist/pptxgen.js"
],
"dependencies": {
"jquery": "^3.2.1",
"jszip": "^3.1.3"
},
"authors": [
"Brent Ely <https://github.com/gitbrent>"
],
"license": "MIT",
"keywords": [
"javascript",
"javascript-create-powerpoint",
"javascript-create-pptx",
"javascript-pptx",
"javascript-powerpoint",
"javascript-powerpoint-chart",
"js-create-powerpoint",
"js-create-powerpoint-chart",
"js-generate-powerpoint",
"js-generate-powerpoint-chart",
"js-produce-powerpoint",
"js-produce-powerpoint-chart",
"js-powerpoint",
"js-powerpoint-chart",
"powerpoint",
"powerpoint-presentation",
"ppt",
"pptx",
"presentations"
],
"homepage": "https://github.com/gitbrent/PptxGenJS",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}