{
  "name": "sl2format",
  "version": "0.1.0",
  "description": "Module to read .sl2 files, generated by Lowrance chart plotters",
  "main": "index.js",
  "scripts": {
    "test": "lab -c",
    "lint": "eslint index.js lib test examples tools"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kmpm/node-sl2format.git"
  },
  "engines": {
    "node": ">=4.4.0"
  },
  "keywords": [
    "sl2",
    "plotter",
    "parser"
  ],
  "author": "Peter Magnusson <peter@birchroad.net>",
  "license": "MIT",
  "devDependencies": {
    "bluebird": "^3.3.1",
    "code": "^4.0.0",
    "eslint": "^3.13.1",
    "lab": "^11.2.2",
    "through2": "^2.0.1"
  },
  "dependencies": {
    "debug": "^2.2.0"
  }
}
