-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.06 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.06 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
{
"name": "aspose.slides.via.java",
"version": "26.4.0",
"description": "A powerful library for manipulating and converting PowerPoint (PPT, PPTX, PPS, POT, PPSX, PPTM, PPSM, POTX, POTM), ODP, ODS, CSV, TXT, PNG, EMF, JPG, JSON and HTML files.",
"main": "index.js",
"types": "lib/aspose.slides.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aspose-slides/Aspose.Slides-for-NODEJS-via-Java.git"
},
"homepage": "https://products.aspose.com/slides/nodejs-java/",
"keywords": [
"PowerPoint",
"PPT",
"PPTX",
"PPS",
"POT",
"PPSX",
"PPTM",
"PPSM",
"POTX",
"POTM",
"ODP",
"ODS",
"TXT",
"XLS",
"XLSX",
"CSV",
"to",
"PDF",
"JPG",
"PNG",
"HTML",
"Markdown",
"XPS",
"MHTML",
"SVG",
"JSON",
"XML"
],
"author": "Aspose",
"license": "End User License Agreement.html",
"dependencies": {
"java": "0.18.0"
},
"directories": {
"lib": "lib"
}
}