{
  "name": "@ranedrop/models",
  "version": "0.4.2",
  "description": "Common model classes used across the full stack of an application",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ranedrop/models.git"
  },
  "author": "Ranedrop Corporation",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ranedrop/models/issues"
  },
  "homepage": "https://github.com/ranedrop/models#readme",
  "dependencies": {
    "@ranedrop/backpack": "^2.1.x",
    "@ranedrop/pubsub": "^1.1.x",
    "@ranedrop/utility": "^2.2.x",
    "@ranedrop/validator": "^2.2.x",
    "sugar": "^2.0.x"
  },
  "devDependencies": {
    "@ranedrop/errors": "^1.x.x",
    "chai": "^4.2.0",
    "faker": "^4.1.0",
    "mocha": "^7.0.0"
  }
}
