npm/platforms/linux-x64/package.json316 B · JSON
Raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
{
  "name": "@superdisk/dumbforge-linux-x64",
  "version": "0.1.0",
  "description": "dumbforge native binary for Linux x64",
  "license": "AGPL-3.0-only",
  "os": ["linux"],
  "cpu": ["x64"],
  "files": ["bin", "LICENSE", "THIRD_PARTY_NOTICES.md", "THIRD_PARTY_LICENSES"],
  "publishConfig": {"access": "public"}
}