{
  "name": "@elyez/concox",
  "version": "1.0.3",
  "description": "Concox parser for Elyez",
  "main": "index.js",
  "scripts": {
    "start": "node --expose-gc --nouse-idle-notification --max-old-space-size=1024 example/app.js",
    "test": "istanbul cover _mocha -- -R spec test/"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/elyez/concox.git"
  },
  "keywords": [
    "elyez",
    "gps",
    "gateway",
    "tcp",
    "udp",
    "concox"
  ],
  "author": "Erick T. <lontongcorp@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/elyez/concox/issues"
  },
  "homepage": "https://gitlab.com/elyez/concox#README",
  "dependencies": {
    "@elyez/gateway": "^1.0.2",
    "crc16-itu": "^1.0.6",
    "moment": "^2.18.1"
  },
  "devDependencies": {
    "istanbul": "^0.4.5",
    "mocha": "^3.3.0"
  }
}