CoolFace
Apppublic

thesuryash/ASCII-GLB-Viewer

sourceHugging Facemitupdated 2mo agoView on Hugging Face
0likes
bower.json25 linesDownload Raw Back to dat.gui-master
1{2  "name": "dat.gui",3  "homepage": "https://github.com/dataarts/dat.gui.git",4  "authors": [5    "Google Data Arts Team <dataarts@google.com>"6  ],7  "description": "dat.gui is a lightweight controller library for JavaScript.",8  "main": "build/dat.gui.js",9  "keywords": [10    "controller",11    "javascript",12    "gui",13    "slider"14  ],15  "license": "Apache License, Version 2.0",16  "ignore": [17    "**/.*",18    "node_modules",19    "bower_components",20    "app/bower_components",21    "test",22    "tests"23  ]24}25