UNPKG

tuo-verb

Version:

A CAD library for the web

39 lines (38 loc) 832 B
{ "name": "tuo-verb", "version": "1.0.4", "author": "iamnotstone", "description": "A CAD library for the web", "repository": { "type": "git", "url": "https://github.com/pboyer/verb.git" }, "scripts": { "test": "grunt -v mocha" }, "engine": "node 7.0.0", "main": "build/js/verb.js", "keywords": [ "NURBS", "geometry", "cad", "surface", "curve", "spline", "mesh" ], "devDependencies": { "benchmark": "1.0.0", "grunt": "0.4.5", "grunt-benchmark": "0.3.0", "grunt-contrib-concat": "0.5.1", "grunt-contrib-uglify": "0.9.1", "grunt-haxe": "0.1.13", "grunt-mocha-test": "0.12.7", "grunt-text-replace": "0.4.0", "mocha": "2.2.4", "should": "6.0.1", "tess2": "1.0.0" }, "license": "MIT" }