stl-exporter
Version:
Convert face-vertex, or polygon meshes to ascii and binary STLs
42 lines (41 loc) • 982 B
JSON
{
"name": "stl-exporter",
"version": "0.3.6",
"description": "Convert face-vertex, or polygon meshes to ascii and binary STLs",
"main": "build/index.js",
"bin": {
"stl-exporter": "cli/index.js"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register",
"build": "coffee -c -o build source",
"prepublish": "npm run build && npm test"
},
"keywords": [
"STL"
],
"author": "Adrian Sieber",
"license": "MIT",
"devDependencies": {
"chai": "^2.1.2",
"coffee-script": "^1.9.1",
"js-yaml": "^3.2.7",
"mocha": "^2.2.1",
"stl-models": "^0.6.0"
},
"dependencies": {
"buffer-converter": "^1.0.0",
"text-encoding": "0.5.5"
},
"repository": {
"type": "git",
"url": "https://github.com/Lowfab/stl-exporter.git"
},
"bugs": {
"url": "https://github.com/Lowfab/stl-exporter/issues"
},
"homepage": "https://github.com/Lowfab/stl-exporter"
}