UNPKG

node-automatic-api

Version:

A node.js module to interface with the Automatic cloud API

28 lines (27 loc) 837 B
{ "name" : "node-automatic-api" , "version" : "0.9.1" , "description" : "A node.js module to interface with the Automatic cloud API" , "author" : { "name" : "Marshall Rose" , "email" : "mrose17@gmail.com" } , "repository" : { "type" : "git" , "url" : "https://github.com/TheThingSystem/node-automatic-api.git" } , "bugs" : { "url" : "https://github.com/TheThingSystem/node-automatic-api/issues" } , "dependencies" : { "moira" : "1.0.0" , "node-uuid" : "1.4.0" , "oauth" : "~0.9.11" } , "keywords" : [ "Automatic", "OBD", "on-board diagnostics", "automobile" ] , "main" : "./automatic-api.js" , "engines" : { "node" : ">=0.8" } , "readmeFilename" : "README.md" }