glo-demo-primitive
Version:
a quick mesh viewer using glo modules
60 lines (59 loc) • 1.37 kB
JSON
{
"name": "glo-demo-primitive",
"version": "2.0.1",
"description": "a quick mesh viewer using glo modules",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Matt DesLauriers",
"email": "dave.des@gmail.com",
"url": "https://github.com/mattdesl"
},
"dependencies": {
"canvas-loop": "^1.0.4",
"defined": "^1.0.0",
"get-canvas-context": "^1.0.1",
"gl-mat4": "^1.1.4",
"gl-wireframe": "^1.0.1",
"glo-mesh": "^1.0.0",
"glo-shader": "^1.0.2",
"glo-texture": "^1.0.1",
"glsl-inject-defines": "^1.0.2",
"glslify": "^2.2.1",
"img": "^1.0.0",
"object-assign": "^3.0.0",
"orbit-controls": "0.0.0",
"perspective-camera": "^1.0.1"
},
"devDependencies": {
"budo": "^4.1.0",
"garnish": "^2.1.3",
"standard": "^5.3.0",
"torus-mesh": "^1.0.0"
},
"scripts": {
"test": "standard && node test.js",
"start": "budo demo.js --live --verbose -- | garnish"
},
"keywords": [
"glo",
"mesh",
"view",
"viewer",
"quick",
"demo"
],
"browserify": {
"transform": [
"glslify"
]
},
"repository": {
"type": "git",
"url": "git://github.com/glo-js/glo-demo-primitive.git"
},
"homepage": "https://github.com/glo-js/glo-demo-primitive",
"bugs": {
"url": "https://github.com/glo-js/glo-demo-primitive/issues"
}
}