{"name":"bunny","version":"1.0.1","description":"The Stanford bunny","main":"index.js","repository":{"type":"git","url":"git://github.com/mikolalysenko/bunny.git"},"keywords":["bunny","3d","model","scan","test","data","mesh","triangle"],"author":{"name":"Mikola Lysenko"},"license":"Public Domain","readmeFilename":"README.md","gitHead":"d70c5da8e02ee56d20ec3360e0859f37fada81ba","readme":"bunny\n=====\nIt's the Stanford bunny!  To use it in your projects do\n\n    npm install bunny\n      \nAnd then you can access the vertices/faces of the mesh as follows:\n\n    var bunny = require(\"bunny\");\n    var positions = bunny.positions;\n    var cells = bunny.cells;\n    \nThat's pretty much it.\n\n<img src=\"https://raw.github.com/mikolalysenko/bunny/master/images/bunny.png\" width=50%>\n\nCredits\n=======\nThe infamous bunny is part of the [Stanford 3D scanning repository](http://graphics.stanford.edu/data/3Dscanrep/#bunny).  For a short history, see [Greg Turk's page](http://www.cc.gatech.edu/~turk/bunny/bunny.html).\n","bugs":{"url":"https://github.com/mikolalysenko/bunny/issues"},"_id":"bunny@1.0.1","dist":{"shasum":"86383da45ab7a99571a5a572b7be0e3564815f9e","tarball":"https://registry.npmjs.org/bunny/-/bunny-1.0.1.tgz","integrity":"sha512-KsMt755E0AVYjeUnQeOPtVNGuDLiWjJ6VIoyywLmVx5R6QliuL5AS0X/gi+ORDDlBZfOaDBAqdqCv5XAlF9tCQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFtAYS/4ULbRcQvKQXpJ4cf/Dr9Uqt6v5Mx4Ac3L0Xd2AiEAzUcN0ou2sCFGqICENVkp7LNoKDyfo/UnohNXBx4Hrgs="}]},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"mikolalysenko","email":"mikolalysenko@gmail.com"},"maintainers":[{"name":"mikolalysenko","email":"mikolalysenko@gmail.com"}]}