@nardgl/obj-parser
Version:
partially parses waveform obj data
36 lines (35 loc) • 743 B
JSON
{
"name": "@nardgl/obj-parser",
"version": "0.0.9",
"description": "partially parses waveform obj data",
"keywords": [
"nardgl",
"webgl",
"3dmodel"
],
"author": "Mathieu Mence <Mathieu.Mence@matnard.com>",
"homepage": "https://github.com/Matnard/NardGL#readme",
"license": "MIT",
"main": "lib/obj-parser.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Matnard/NardGL.git"
},
"scripts": {
"test": ""
},
"bugs": {
"url": "https://github.com/Matnard/NardGL/issues"
},
"gitHead": "51fc4a0bbc1562eb40b044aea46f3d793c03419c"
}