-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 856 Bytes
/
package.json
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
{
"name": "tessel-thermalprinter",
"version": "0.3.0",
"description": "A2 micro panel thermal printer module for Tessel",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "tinytap -e 'tessel run {} ${ACCEL_PORT}' test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/zaccolley/tessel-thermalprinter"
},
"keywords": [
"thermal",
"printer",
"tessel"
],
"author": "Zac Colley <hi@zaccolley.com> (http://zaccolley.com/)",
"hardware": {
"./examples": false
},
"license": "MIT/Apache 2.0",
"bugs": {
"url": "https://github.com/zaccolley/tessel-thermalprinter/issues"
},
"homepage": "https://github.com/zaccolley/tessel-thermalprinter",
"dependencies": {
"async": "^1.0.0"
},
"devDependencies": {
"tinytap": "^1.2.2"
}
}