{
  "name": "dymo",
  "version": "0.0.2",
  "description": "Node.js addon for interfacing with Dymo LabelWriter printers",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BuildingIntelligence/dymo.git"
  },
  "keywords": [
    "dymo",
    "labelwriter",
    "printer"
  ],
  "author": "Travis Sinnott <travis@buildingintelligence.com>",
  "contributors": [],
  "license": "GPL-2.0",
  "bugs": {
    "url": "https://github.com/BuildingIntelligence/dymo/issues"
  },
  "homepage": "https://github.com/BuildingIntelligence/dymo#readme",
  "devDependencies": {
    "chai": "^3.3.0",
    "gulp": "^3.9.0",
    "gulp-jshint": "^1.11.2",
    "gulp-mocha": "^2.1.3",
    "mocha": "^2.3.3"
  },
  "dependencies": {
    "edge": "^4.0.0"
  }
}
