{
  "name": "Random",
  "path": "/usr/src/package",
  "targets": [
    {
      "name": "RandomTests",
      "path": "Tests/RandomTests",
      "type": "test",
      "c99name": "RandomTests",
      "sources": [
        "RandomTests.swift"
      ],
      "module_type": "SwiftTarget",
      "target_dependencies": [
        "Random"
      ]
    },
    {
      "name": "Random",
      "path": "Sources/Random",
      "type": "library",
      "c99name": "Random",
      "sources": [
        "Array+Random.swift",
        "EmptyInitializable.swift",
        "Exports.swift",
        "OSRandom.swift",
        "RandomProtocol.swift",
        "URandom.swift"
      ],
      "module_type": "SwiftTarget",
      "product_memberships": [
        "Random"
      ],
      "product_dependencies": [
        "Core"
      ]
    }
  ],
  "products": [
    {
      "name": "Random",
      "type": {
        "library": [
          "automatic"
        ]
      },
      "targets": [
        "Random"
      ]
    }
  ],
  "platforms": [],
  "dependencies": [
    {
      "url": "https://github.com/vapor/core.git",
      "type": "sourceControl",
      "identity": "core",
      "requirement": {
        "range": [
          {
            "lower_bound": "2.1.1",
            "upper_bound": "3.0.0"
          }
        ]
      }
    }
  ],
  "tools_version": "4.0",
  "manifest_display_name": "Random"
}