{
  "name": "bacstack",
  "version": "0.0.1-beta.7",
  "description": "A BACnet protocol stack written in pure JavaScript.",
  "main": "index.js",
  "scripts": {
    "lint": "jshint lib/ index.js && jscs lib/ index.js",
    "test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha -- test/unit/*.spec.js",
    "integration": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha -- test/integration/*.spec.js",
    "docs": "jsdoc -d ./docs -t node_modules/docdash ./lib ./index.js ./README.md"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fh1ch/node-bacstack.git"
  },
  "keywords": [
    "bacnet",
    "bacstack",
    "building",
    "automation"
  ],
  "author": {
    "name": "Fabio Huser",
    "email": "fabio@fh1.ch"
  },
  "engines": {
    "node": ">= 0.12.0"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fh1ch/node-bacstack/issues"
  },
  "homepage": "https://github.com/fh1ch/node-bacstack#readme",
  "dependencies": {
    "debug": "^2.6.0"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "docdash": "^0.4.0",
    "istanbul": "^0.4.5",
    "jscs": "^3.0.7",
    "jsdoc": "^3.4.3",
    "jshint": "^2.9.4",
    "mocha": "^3.2.0"
  }
}
