{
  "name": "friendly",
  "version": "0.0.20",
  "description": "A no-frills ORM that wraps your data and helps you compose objects. Define relationships between models, expand and collapse their properties, build streams and link data from multiple sources.",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zackiles/friendly"
  },
  "keywords": [
    "orm",
    "object",
    "releationship",
    "mapping",
    "streams",
    "data"
  ],
  "author": "Zachary Iles <zack.iles@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zackiles/friendly/issues"
  },
  "homepage": "https://github.com/zackiles/friendly",
  "dependencies": {
    "bluebird": "~2.9.34",
    "dot-object": "~1.1.0",
    "dotject": "~0.6.6",
    "lodash": "~3.10.1"
  },
  "devDependencies": {
    "mocha": "~2.3.2",
    "should": "~7.1.0"
  }
}
