{
  "name": "zb-utils",
  "version": "0.1.8",
  "description": "ZombieBox utils",
  "homepage": "https://zombiebox.tv/",
  "author": {
    "name": "Interfaced",
    "email": "info@interfaced.tv"
  },
  "license": "MIT",
  "keywords": [
    "ZombieBox"
  ],
  "files": ["index.js"],
  "engines": {
    "node": ">= 0.8.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/interfaced/zb-utils"
  },
  "scripts": {
    "test": "npm run lint && npm run test.functional",
    "test.functional": "mocha ./test/ --exit",
    "lint": "npm run lint.code && npm run lint.tests",
    "lint.code": "eslint index.js",
    "lint.tests": "eslint --env mocha test"
  },
  "dependencies": {
    "fs-util": "0.3.17",
    "lodash": "4.17.10"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "eslint": "^5.4.0",
    "eslint-config-interfaced": "^1.2.0",
    "eslint-plugin-goog": "^1.0.0",
    "eslint-plugin-interfaced": "^1.2.0",
    "memfs": "^2.9.4",
    "mocha": "^5.2.0",
    "mock-require": "^3.0.2"
  }
}
