{
    "name": "dmx-devices",
    "type": "module",
    "version": "0.6.1",
    "description": "An object-oriented wrapper for devices supporting DMX prococol",
    "main": "src/index.js",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/tstriker/dmx-devices.git"
    },
    "keywords": [
        "dmx",
        "serial"
    ],
    "author": "Tom Striker",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/tstriker/dmx-devices/issues"
    },
    "homepage": "https://github.com/tstriker/dmx-devices#readme",
    "dependencies": {
        "chroma-js": "*"
    }
}
