UNPKG

axis3d-extrude-geometry

Version:
52 lines (51 loc) 1.28 kB
{ "name": "axis3d-extrude-geometry", "version": "1.0.0", "description": "Geometry extrusion for Axis3D.", "main": "index.js", "scripts": { "test": "devtool test/index.js -hqc -t 1000 | node_modules/.bin/colortape", "example": "budo example -p 3000 --live --verbose" }, "devDependencies": { "axis3d": "^0.x.x", "babel-plugin-transform-es2015-destructuring": "^6.23.0", "budo": "^10.0.3", "colortape": "^0.1.2", "devtool": "^2.3.1", "tape": "^4.7.x" }, "peerDependencies": { "axis3d": "^0.x.x" }, "repository": { "type": "git", "url": "git+https://github.com/littlstar/axis3d-extrude-geometry.git" }, "keywords": [ "webgl", "gl", "geometry", "extrude", "extrusion", "vector", "graphics" ], "author": "Joseph Werle <werle@littlstar.com>", "contributors": [ "Vanessa Pyne <vip@littlstar.com>" ], "license": "MIT", "bugs": { "url": "https://github.com/littlstar/axis3d-extrude-geometry/issues" }, "homepage": "https://github.com/littlstar/axis3d-extrude-geometry#readme", "dependencies": { "cdt2d": "^1.0.0", "clean-pslg": "^1.1.2", "extrude": "^1.0.1", "extrude-by-path": "^1.1.0", "extrude-edges": "0.0.0", "is-typedarray": "^1.0.0" } }