aureooms/js-2sat

View on GitHub
esdoc.json

Summary

Maintainability
Test Coverage
{
  "source": "./src",
  "destination": "./gh-pages",
  "access": [
    "public",
    "protected",
    "private"
  ],
  "debug": false,
  "index": "./README.md",
  "package": "./package.json",
  "title": "aureooms/js-2sat",
  "test": {
    "type": "ava",
    "source": "./test/src"
  },
  "manual": {
    "overview": [
      "./doc/manual/overview.md"
    ],
    "installation": [
      "./doc/manual/installation.md"
    ],
    "usage": [
      "./doc/manual/usage.md"
    ],
    "example": [
      "./doc/manual/example.md"
    ]
  },
  "styles": [
    "./doc/css/style.css"
  ],
  "scripts": [
    "./doc/scripts/header.js"
  ]
}