bower.json

Summary

Maintainability
Test Coverage
{
  "name": "ddm",
  "description": "Domain Double Model",
  "main": "lib/index.js",
  "authors": [
    "Phodal"
  ],
  "license": "MIT",
  "keywords": [
    "Model",
    "ddd",
    "model",
    "design",
    "double"
  ],
  "homepage": "https://github.com/phodal/ddm",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "imgs",
    "src",
    "webpack.config.js",
    "tests"
  ]
}