UNPKG

605 BJSONView Raw
1{
2 "name": "ir-attx4",
3 "version": "0.2.3",
4 "description": "The library for sending and receiving IR data from a Tessel IR Module",
5 "main": "index.js",
6 "repository": "github.com/tessel/ir-attx4",
7 "directories": {
8 "example": "examples"
9 },
10 "scripts": {
11 "test": "tinytap -e 'tessel run {} ${IR_PORT1} ${IR_PORT2}' test/*.js"
12 },
13 "hardware": {
14 "./examples": false
15 },
16 "author": "",
17 "license": "MIT/Apache 2.0",
18 "dependencies": {
19 "attiny-common" : "^0.0.1",
20 "sync-queue" : "^0.0.1"
21 },
22 "devDependencies": {
23 "tinytap": "^0.2.0",
24 "async" : "^0.9.0"
25 }
26}