-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.04 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
{
"name": "@docwagen/unoserver-node",
"version": "2.2.0",
"description": "NodeJS Unoserver Wrapper to convert between different document formats",
"main": "src/index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"version": "auto-changelog -p && git add CHANGELOG.md"
},
"keywords": [
"unoserver",
"libreoffice",
"unoconv",
"document",
"converter"
],
"author": "Nonso Mgbechi <[email protected]> (https://kingdageek.github.io)",
"license": "MIT",
"contributors": [
"Nonso Mgbechi <[email protected]> (https://kingdageek.github.io)",
"Niyi Omotoso <[email protected]> (https://niyiomotoso.github.io)"
],
"dependencies": {
"debug": "^4.3.4"
},
"devDependencies": {
"auto-changelog": "^2.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/docwagen/unoserver-node.git"
},
"bugs": {
"url": "https://github.com/docwagen/unoserver-node/issues"
},
"homepage": "https://github.com/docwagen/unoserver-node#readme"
}