{
    "name": "zigbee-bridge-znp",
    "version": "0.0.3",
    "license": "MIT",

    "description": "The interface for a host to communicate with TI CC253X Zigbee Network Processor(ZNP) over a serial port.",

    "main": "lib/ccznp.js",

    "keywords": [
        "zigbee",
        "cc253x"
    ],

    "homepage": "https://github.com/open-zigbee/zigbee-bridge-znp#readme",

    "repository": {
        "type": "git",
        "url": "https://github.com/open-zigbee/zigbee-bridge-znp.git"
    },

    "bugs": {
        "url": "https://github.com/open-zigbee/zigbee-bridge-znp/issues"
    },

    "author": {
        "name": "Jack Wu",
        "email": "jackchased@gmail.com"
    },

    "contributors": [
        {
            "name": "Simen Li",
            "email": "simenkid@gmail.com"
        },
        {
            "name": "Hedy Wang",
            "email": "hedywings@gmail.com"
        }
    ],

    "scripts": {
        "test": "mocha -u bdd --reporter spec",
        "lint": "eslint ."
    },

    "dependencies": {
        "debug": "^2.6.9",
        "enum": "^2.5.0",
        "serialport": "^6.2.2",
        "stream-browserify": "^2.0.1",
        "unpi": "^1.1.0"
    },

    "devDependencies": {
        "chai": "^3.5.0",
        "chance": "^1.0.16",
        "mocha": "^2.5.3",

        "eslint": "5.2.0",
            "eslint-config-open-zigbee": "0.0.3"
    }
}