forked from xseignard/thermalPrinter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.02 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.02 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
41
42
43
44
45
{
"name": "thermalprinter",
"version": "0.2.0",
"description": "Use node.js to communicate with Adafruit/Sparkfun Thermal Printer",
"repository": {
"type": "git",
"url": "git://github.com/xseignard/thermalPrinter.git"
},
"main": "src/printer.js",
"files": [ "src/" ],
"author": "Xavier Seignard <xavier.seignard@gmail.com>",
"contributors": [
{
"name": "Flurin Egger",
"email": "<flurin@digitpaint.nl>"
}
],
"scripts": {
"test": "make test"
},
"keywords": [
"adafruit",
"printer",
"thermal",
"serialport"
],
"license": "MIT",
"homepage": "https://github.com/xseignard/thermalPrinter",
"bugs": {
"url": "https://github.com/xseignard/thermalPrinter/issues"
},
"dependencies": {
"async": "^0.9.0",
"deasync": "0.0.10",
"get-pixels": "^3.2.1"
},
"devDependencies": {
"chai": "^1.9.1",
"codeclimate-test-reporter": "0.0.3",
"istanbul": "^0.2.10",
"jshint": "^2.5.1",
"mocha": "^1.19.0",
"serialport": "^1.4.0"
}
}