gl-select-box
Version:
Draws a user selection over the screen
40 lines (39 loc) • 813 B
JSON
{
"name": "gl-select-box",
"version": "1.0.4",
"description": "Draws a user selection over the screen",
"main": "selectbox.js",
"scripts": {
"postshrinkwrap": "chttps .",
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gl-vis/gl-select-box.git"
},
"keywords": [
"selection",
"gl-vis",
"internal",
"module"
],
"author": "Mikola Lysenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/gl-vis/gl-select-box/issues"
},
"homepage": "https://github.com/gl-vis/gl-select-box#readme",
"dependencies": {
"gl-buffer": "^2.1.2",
"gl-shader": "^4.2.1",
"glslify": "^7.0.0"
},
"browserify": {
"transform": [
"glslify"
]
},
"devDependencies": {
"chttps": "^1.0.6"
}
}