UNPKG

three-geometry-data

Version:
42 lines (41 loc) 871 B
{ "name": "three-geometry-data", "version": "1.0.1", "description": "Get vertex and face data from THREE.Geometry", "main": "index.js", "license": "MIT", "author": { "name": "Matt DesLauriers", "email": "dave.des@gmail.com", "url": "https://github.com/mattdesl" }, "dependencies": {}, "devDependencies": { "tape": "^4.11.0", "three": "^0.107.0" }, "scripts": { "test": "node test/test.js" }, "keywords": [ "geometry", "vertex", "face", "roll", "unroll", "mesh", "simplicial", "complex", "cells", "faces", "vertices" ], "repository": { "type": "git", "url": "git://github.com/mattdesl/three-geometry-data.git" }, "homepage": "https://github.com/mattdesl/three-geometry-data", "bugs": { "url": "https://github.com/mattdesl/three-geometry-data/issues" } }