parse-ply
Version:
A streaming PLY parser
39 lines (38 loc) • 747 B
JSON
{
"name": "parse-ply",
"version": "0.1.0",
"description": "A streaming PLY parser",
"main": "parse-ply.js",
"directories": {
"test": "test"
},
"dependencies": {
"through": "~2.3.4",
"is-little-endian": "~0.0.0"
},
"devDependencies": {},
"scripts": {
"test": "node test/dump_ply.js < test/cube_ascii.ply"
},
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/parse-ply.git"
},
"keywords": [
"ply",
"graphics",
"mesh",
"stanford",
"3d",
"greg",
"turk",
"file",
"format",
"parser",
"read"
],
"author": "Mikola Lysenko",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "2cff5a03522d741c4a7a382ae7b8ddf1ada993e6"
}