{
    "name": "ethernet-ip",
    "version": "1.2.5",
    "description": "A simple node interface for Ethernet/IP.",
    "main": "./src/index.js",
    "scripts": {
        "test": "npm run lint && jest && npm run test:coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
        "test:local": "npm run lint && jest && npm run test:coverage",
        "test:watch": "jest --watch",
        "test:coverage": "jest --coverage",
        "test:detailed": "jest --verbose",
        "test:update": "jest -u",
        "lint": "./node_modules/.bin/eslint . --ext .js",
        "lint:fix": "npm run lint -- --fix"
    },
    "keywords": [
        "rockwell",
        "allen",
        "bradley",
        "allen-bradley",
        "ethernet",
        "ethernet-ip",
        "ethernet/ip",
        "CIP",
        "industrial",
        "PLC",
        "communication",
        "controller"
    ],
    "dependencies": {
        "dateformat": "^3.0.3",
        "task-easy": "^0.2.0"
    },
    "devDependencies": {
        "colors": "^1.3.2",
        "coveralls": "^3.0.2",
        "eslint": "^4.19.1",
        "eslint-plugin-jest": "^21.22.0",
        "jest": "^23.6.0"
    },
    "author": "Canaan Seaton",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/cmseaton42/node-ethernet-ip"
    }
}
