{
  "name": "ljswitchboard-simple_logger",
  "version": "0.0.2",
  "description": "A simple data logger for LabJack devices.",
  "main": "./lib/ljswitchboard-simple_logger",
  "scripts": {
    "start": "node ./examples/hello_world.js",
    "test": "node ./node_modules/nodeunit/bin/nodeunit ./test/test.js"
  },
  "homepage": "https://github.com/chrisJohn404/ljswitchboard-simple_logger",
  "repository": {
    "type": "git",
    "url": "https://github.com/chrisJohn404/ljswitchboard-simple_logger"
  },
  "keywords": [
    "LabJack",
    "LJM",
    "T7",
    "ljswitchboard"
  ],
  "author": {
    "name": "Chris Johnson",
    "url": "http://labjack.com"
  },
  "license": {
    "type": "MIT",
    "url": "https://raw.githubusercontent.com/chrisJohn404/ljswitchboard-simple_logger/master/LICENSE"
  },
  "bugs": {
    "url": "https://github.com/chrisJohn404/ljswitchboard-simple_logger/issues"
  },
  "dependencies": {
    "async": "~0",
    "compute-gcd": "^1.2.0",
    "fs-extra": "0.x.x",
    "labjack-nodejs": "0.x",
    "ljswitchboard-data_parser": "0.x",
    "ljswitchboard-device_manager": "git://github.com/chrisJohn404/ljswitchboard-device_manager.git#master",
    "ljswitchboard-ljm_device_curator": "0.x",
    "ljswitchboard-ljm_driver_constants": "0.x",
    "ljswitchboard-modbus_map": "0.x",
    "q": "~1"
  },
  "devDependencies": {
    "nodeunit": "0.9.x",
    "rewire": "2.3.x"
  },
  "directories": {
    "lib": "./lib"
  }
}
