{
  "name": "3d-bin-packing",
  "description": "Packer, 3D-Bin-Packing with multiple Boxes.",
  "author": {
    "name": "Jeongho Nam",
    "email": "samchon@samchon.org",
    "url": "http://samchon.org"
  },
  "main": "./lib/3d-bin-packing.js",
  "typings": "./lib/3d-bin-packing.d.ts",
  "version": "1.1.3",
  "dependencies": {
    "samchon": "^2.0.10",
    "tstl": "^1.4.9"
  },
  "homepage": "http://betterwaysystems.github.io/packer",
  "repository": {
    "type": "git",
    "url": "https://github.com/betterwaysystems/packer.git"
  },
  "bug": {
    "url": "https://github.com/betterwaysystems/packer/issues"
  },
  "licenses": [
    {
      "type": "BSD 3-Clause",
      "url": "https://opensource.org/licenses/BSD-3-Clause"
    }
  ],
  "keywords": [
    "packer",
    "3d bin packing",
    "3d bin packing with multiple boxes",
    "boxing optimization"
  ]
}
