-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 943 Bytes
/
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
{
"name": "gross-docengine",
"version": "2.6.6",
"description": "Serveless, Scalable HTML to PDF API for Developers. Create high quality, customizable PDF documents from data sources and HTML templates.",
"main": "index.js",
"scripts": {
"start": "node -r dotenv/config index.js dotenv_config_path=.env --verbose",
"test": "node -r dotenv/config test.js dotenv_config_path=.env --verbose"
},
"repository": {
"type": "git",
"url": "https://github.com/GoGross/gross-docengine.git"
},
"keywords": [
"pdf",
"api",
"pdf",
"to",
"html",
"pdf",
"document",
"rendering",
"engine"
],
"author": "gross corporation",
"license": "ISC",
"bugs": {
"url": "https://github.com/GoGross/gross-docengine/issues"
},
"homepage": "https://github.com/GoGross/gross-docengine#readme",
"dependencies": {
"dotenv": "^5.0.1",
"http": "0.0.0",
"request": "^2.88.0"
}
}