UNPKG

729 BJSONView Raw
1{
2 "name": "bs2-serial-protocol",
3 "version": "0.11.0",
4 "description": "bs2 protocol abstraction for node-serialport",
5 "author": "Jacob Rosenthal",
6 "contributors": [],
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/irkenjs/bs2-serial-protocol"
10 },
11 "license": "MIT",
12 "engines": {
13 "node": ">= 0.10"
14 },
15 "main": "index.js",
16 "files": [
17 "index.js",
18 "transport.js",
19 "lib/terminal-stream-parser.js",
20 "lib/transmit-stream-parser.js"
21 ],
22 "scripts": {
23 "test": "echo \"Error: no test specified\" && exit 1"
24 },
25 "dependencies": {
26 "lodash": "^3.6.0",
27 "re-emitter": "^1.1.1",
28 "when": "^3.7.2"
29 },
30 "keywords": [
31 "bs2 parallax basic stamp serialport"
32 ]
33}