{
  "description": "promise based, typed attributes, nested models and collections",
  "name": "promised-models",
  "version": "0.0.21",
  "repository": "git@github.com:delfrrr/promised-models.git",
  "keywords": [
    "models",
    "promise",
    "nested",
    "typed",
    "backbone"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/enb-make/enb/blob/master/LICENSE"
    }
  ],
  "engines": {
    "node": ">= 0.10"
  },
  "scripts": {
    "test": "./node_modules/.bin/mocha -u bdd -R spec test"
  },
  "main": "lib/model",
  "devDependencies": {
    "chai": "2.3.0",
    "mocha": "2.2.4"
  },
  "dependencies": {
    "eventemitter3": "1.1.0",
    "inherit": "2.2.2",
    "vow": "0.4.9"
  }
}
