@jscad/modeling
Version:
Constructive Solid Geometry (CSG) Library for JSCAD
66 lines (65 loc) • 1.61 kB
JSON
{
"name": "@jscad/modeling",
"version": "2.13.0",
"description": "Constructive Solid Geometry (CSG) Library for JSCAD",
"homepage": "https://openjscad.xyz/",
"repository": "https://github.com/jscad/OpenJSCAD.org",
"main": "src/index.js",
"types": "src/index.d.ts",
"unpkg": "dist/jscad-modeling.min.js",
"scripts": {
"build": "browserify src/index.js -o dist/jscad-modeling.min.js -g uglifyify --standalone jscadModeling",
"coverage": "nyc --all --reporter=html --reporter=text npm test",
"test": "ava 'src/**/*.test.js' --verbose --timeout 2m",
"test:tsd": "tsd",
"version": "npm run build && git add dist"
},
"contributors": [
{
"name": "Alexandre Girard",
"url": "https://github.com/alx"
},
{
"name": "Evan Wallace",
"url": "http://evanw.github.com/csg.js/"
},
{
"name": "Joost Nieuwenhuijse",
"email": "joost@newhouse.nl"
},
{
"name": "Eduard Bespalov",
"url": "http://evanw.github.com/csg.js/"
},
{
"name": "bebbi",
"email": "elghatta@gmail.com"
},
{
"name": "Spiritdude Rene K Mueller",
"url": "http://renekmueller.com"
},
{
"name": "Jeff Gay",
"url": "http://www.z3d.jp"
}
],
"keywords": [
"csg",
"parametric",
"modeling",
"openjscad",
"jscad"
],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"ava": "3.15.0",
"browserify": "16.5.1",
"nyc": "15.1.0",
"uglifyify": "5.0.2"
},
"gitHead": "602bb2a3a2c2c7c21315e2801804dd1ec0cbd3f8"
}