{
  "name": "sgvdata",
  "version": "0.0.2",
  "description": "Utilities to deal with serum glucose values.",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/bewest/sgvdata.git"
  },
  "keywords": [
    "sgv",
    "cgm",
    "glucose",
    "format"
  ],
  "author": "Ben West",
  "license": "GPL",
  "bugs": {
    "url": "https://github.com/bewest/sgvdata/issues"
  },
  "config": {
    "blanket": {
      "data-cover-never": [
        "node"
      ],
      "pattern": [
        "tests",
        "lib",
        "index"
      ]
    }
  },
  "testling": {
    "harness": "mocha",
    "browsers": [
      "ie/9..latest",
      "chrome/20..latest",
      "firefox/14..latest",
      "safari/latest",
      "opera/11.0..latest",
      "iphone/6",
      "ipad/6"
    ],
    "files": [
      "test/*.js"
    ]
  },
  "devDependencies": {
    "should": "~4.0.4",
    "mocha": "~1.20.1",
    "blanket": "~1.1.6",
    "travis-cov": "~0.2.5",
    "coveralls": "~2.11.1",
    "mocha-lcov-reporter": "0.0.1"
  },
  "dependencies": {
    "event-stream": "~3.1.5"
  }
}
