{
  "name": "model-mapper",
  "version": "1.2.5",
  "description": "Utility for flattening models into view models",
  "repository": "https://github.com/strewhella/model-mapper.git",
  "bugs": "https://github.com/strewhella/model-mapper/issues",
  "main": "model-mapper.js",
  "scripts": {
    "test": "mocha -R spec ./test/test.js"
  },
  "keywords": [
    "mapper",
    "viewmodel",
    "view",
    "model",
    "object-mapper",
    "view-mapper",
    "view model",
    "model-mapper",
    "model mapper",
    "mapping"
  ],
  "author": "Simon Trewhella",
  "license": "ISC",
  "devDependencies": {
    "should": "^4.3.0"
  },
  "dependencies": {
    "async": "^0.9.0",
    "underscore": "^1.7.0"
  }
}
