{
  "name": "modeling",
  "main": "lib/index.js",
  "version": "0.2.0",
  "homepage": "https://github.com/codemix/modeling",
  "authors": [
    "Charles Pick <charles@codemix.com>"
  ],
  "description": "Fast and flexible data models for node.js and the browser.",
  "moduleType": [
    "node"
  ],
  "keywords": [
    "model",
    "models",
    "data models",
    "mvc"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "classing": "~0.1.0",
    "validating": "~0.0.6",
    "casting": "~0.0.1"
  }
}
