forked from gitbrent/PptxGenJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.32 KB
/
package.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "pptxgenjs",
"version": "1.9.0-beta",
"author": {
"name": "Brent Ely",
"url": "https://github.com/gitbrent/"
},
"description": "JavaScript framework that creates PowerPoint (pptx) presentations",
"homepage": "https://gitbrent.github.io/PptxGenJS/",
"license": "MIT",
"main": "dist/pptxgen.js",
"dependencies": {
"express": "^4.15.3",
"image-size": ">=0.5.1",
"jquery-node": "^0.3.0",
"jszip": ">=3.1.2"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-ignore": "^2.0.2",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^3.0.0"
},
"directories": {
"example": "examples",
"libs": "dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gitbrent/PptxGenJS.git"
},
"keywords": [
"javascript",
"javascript-create-powerpoint",
"javascript-create-pptx",
"javascript-generate-pptx",
"javascript-pptx",
"javascript-powerpoint",
"javascript-powerpoint-charts",
"js-create-powerpoint",
"js-create-pptx",
"js-generate-powerpoint",
"js-pptx",
"js-produce-powerpoint",
"js-powerpoint",
"powerpoint",
"powerpoint-charts",
"powerpoint-presentation",
"ppt",
"pptx",
"presentations"
],
"bugs": {
"url": "https://github.com/gitbrent/PptxGenJS/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}