-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 742 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 742 Bytes
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
{
"name": "hello-prizmdoc-viewer-with-nodejs-and-html",
"version": "1.0.0",
"private": true,
"description": "",
"main": "main.js",
"scripts": {
"prestart": "node check-node-version.js",
"start": "node main.js"
},
"repository": {
"type": "git",
"url": "git@git.jpg.com:acooper/hello-prizmdoc-viewer-with-nodejs-and-html.git"
},
"license": "MIT",
"dependencies": {
"@prizmdoc/viewer-core": "^1.0.4",
"express": "~4.16.4",
"hbs": "~4.0.1",
"http-errors": "~1.6.2",
"http-proxy-middleware": "^0.19.1",
"morgan": "~1.9.0",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"semver": "^5.6.0"
},
"devDependencies": {
"eslint": "^5.9.0",
"json5": "^2.1.0"
}
}