UNPKG

verb-nurbs

Version:

A library for creating and manipulating NURBS surfaces and curves in many languages

58 lines (57 loc) 1.25 kB
{ "name": "verb-nurbs", "version": "3.0.3", "author": "pboyer <peter.b.boyer@gmail.com>", "description": "A library for creating and manipulating NURBS surfaces and curves in many languages", "repository": { "type": "git", "url": "https://github.com/pboyer/verb.git" }, "main": "build/js/verb.js", "unpkg": "build/js/verb.min.js", "module": "build/js//verb.es.js", "scripts": { "build": "haxe buildjs.hxml", "package": "rollup --config", "test": "mocha" }, "keywords": [ "NURBS", "geometry", "cad", "surface", "curve", "spline", "mesh" ], "files": [ "LICENSE", "README.md", "build", "buildcpp.hxml", "buildcs.hxml", "buildjs.hxml", "buildphp.hxml", "buildpython.hxml", "examples", "package-lock.json", "package.json", "rollup.config.mjs", "src", "test", "verb.iml" ], "dependencies": { "web-worker": "^1.3.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^26.0.1", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "mocha": "^10.6.0", "rollup": "^4.18.0", "rollup-plugin-polyfill-node": "^0.13.0", "should": "^13.2.3" }, "license": "MIT" }