{
  "name": "obd-parser",
  "version": "0.3.0",
  "description": "OBD interface that can send and receive messages over a given connection.",
  "main": "lib/obd-interface.js",
  "typings": "lib/obd-interface.d.ts",
  "dependencies": {
    "bluebird": "3.2.2",
    "case": "1.4.2",
    "debug": "2.3.3",
    "ramda": "0.22.1",
    "verror": "1.6.1"
  },
  "devDependencies": {
    "@types/bluebird": "3.0.35",
    "@types/core-js": "0.9.35",
    "@types/debug": "0.0.29",
    "@types/node": "6.0.46",
    "@types/ramda": "0.0.2",
    "@types/verror": "1.6.28",
    "istanbul": "0.4.2",
    "linelint": "1.0.1",
    "obd-parser-development-connection": "~0.2.0",
    "obd-parser-serial-connection": "~0.1.1",
    "typescript": "2.0.10"
  },
  "scripts": {
    "example": "npm run compile && tsc example/poll-rpm.ts && node example/poll-rpm.js",
    "example-fake": "npm run compile && tsc example/poll-fake.ts && node example/poll-fake.js",
    "compile": "tsc lib/obd-interface.ts --declaration",
    "prepublish": "npm run compile",
    "linelint": "linelint $(find lib/ -name \"*.ts\" -not -name \"*.d.ts\")",
    "test": "echo \"Tests needed...\" && npm run-script linelint"
  },
  "keywords": [
    "obd",
    "parser",
    "message",
    "obdii",
    "obd2",
    "elm",
    "elm327",
    "on board diagnostic"
  ],
  "author": "Evan Shortiss",
  "license": "GPL-3.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/evanshortiss/obd-parser.git"
  },
  "bugs": {
    "url": "https://github.com/evanshortiss/obd-parser/issues"
  },
  "homepage": "https://github.com/evanshortiss/obd-parser"
}
