forked from mrothenbuecher/zpl-rest
-
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) · 678 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 678 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": "zpl-rest",
"version": "1.0.1",
"description": "Webservice for Zebra ZPL printing",
"main": "main.js",
"scripts": {
"start": "node main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"zebra",
"zpl",
"REST"
],
"author": "Michael Rothenbücher",
"license": "MIT",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"dependencies": {
"cors": "^2.8.5",
"diskdb": "^0.1.17",
"ejs": "^3.1.10",
"express": "^4.21.2",
"express-session": "^1.17.0",
"mustache": "^3.1.0",
"request": "^2.88.0",
"serve-favicon": "^2.5.0",
"websocket": "^1.0.30"
}
}