-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·34 lines (34 loc) · 958 Bytes
/
package.json
File metadata and controls
executable file
·34 lines (34 loc) · 958 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
32
33
34
{
"name": "zpl",
"version": "0.0.1",
"dependencies": {
"commander": "^2.8.1",
"gulp-babel": "^5.1.0",
"loglevel": "^1.4.0",
"moment": "^2.10.6",
"telnet-client": "^0.1.0"
},
"devDependencies": {
"babel-cli": "^6.1.18",
"babel-core": "^6.1.21",
"babel-preset-es2015": "^6.1.18",
"gulp": "^3.9.0",
"gulp-exec": "^2.1.1",
"gulp-shell": "^0.4.2"
},
"description": "ZPL-JS is a ZPL / ZPL II JavaScript library for printing to Zebra printers. It's goal is to make printing to Zebra printers as easy as possible with JavaScript while still leveraging the power of ZPL.",
"main": "src/print.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ebpa/zpl-js.git"
},
"author": "Erik Anderson",
"license": "MIT",
"bugs": {
"url": "https://github.com/ebpa/zpl-js/issues"
},
"homepage": "https://github.com/ebpa/zpl-js#readme"
}