manikandants/node-obd

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "obd",
  "version": "1.0.0",
  "description": "OBD encoder and decoder",
  "main": "index.js",
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/manikandants/node-obd.git"
  },
  "keywords": [
    "obd",
    "obdII",
    "obd2",
    "car",
    "on",
    "board",
    "diagnostics"
  ],
  "author": "Manikandan TS <manikandan.citeee@gmail.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/manikandants/node-obd/issues"
  },
  "homepage": "https://github.com/manikandants/node-obd#readme",
  "devDependencies": {
    "grunt": "^1.0.1",
    "grunt-contrib-jshint": "^1.1.0",
    "grunt-coveralls": "^1.0.1",
    "grunt-jasmine-node": "^0.3.1",
    "grunt-jasmine-node-coverage": "^1.1.1",
    "grunt-jscs": "^3.0.1"
  },
  "dependencies": {
    "grunt": "^1.0.1"
  }
}