-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.09 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.09 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
{
"name": "node-openssl-rest",
"version": "0.0.32",
"description": "REST API and UI for node-openssl-cert",
"main": "index.js",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"asn1": "^0.2.6",
"body-parser": "^1.20.2",
"bootstrap": "^3.4.1",
"dotenv": "^8.6.0",
"express": "^4.18.2",
"jquery": "^3.7.1",
"jquery-ui": "^1.13.3",
"md5": "^2.3.0",
"moment": "^2.30.1",
"multer": "^1.4.4",
"mustache-express": "^1.3.2",
"node-openssl-cert": "^0.1.44",
"node-openssl-cert2": "^0.7.34",
"nodemailer": "^6.9.1",
"popper.js": "^1.16.1",
"tempusdominus-bootstrap-3": "^5.0.0-alpha10",
"tmp": "0.0.33"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lspiehler/node-openssl-rest.git"
},
"author": "Lyas Spiehler",
"license": "MIT",
"bugs": {
"url": "https://github.com/lspiehler/node-openssl-rest/issues"
},
"homepage": "https://github.com/lspiehler/node-openssl-rest#readme"
}