{
  "name": "ucan_json_parser",
  "version": "1.2.2",
  "description": " Parse JSON data to uCAN compatible byte streams ",
  "main": "ucan_json_parser.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ucandevices/ucan_json_parser.git"
  },
  "keywords": [
    "uCAN",
    "JSON",
    "socketcan",
    "lin",
    "can"
  ],
  "author": "LJ",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ucandevices/ucan_json_parser/issues"
  },
  "homepage": "https://github.com/ucandevices/ucan_json_parser#readme",
  "devDependencies": {
    "mocha": "^5.2.0"
  }
}
