mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
18 lines
514 B
JSON
18 lines
514 B
JSON
{
|
|
"name": "gl-preserve-state",
|
|
"version": "1.0.0",
|
|
"description": "Caches specified GL state, runs a callback, and restores the cached state when done.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jsantell/gl-preserve-state.git"
|
|
},
|
|
"author": "Brandon Jones",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/jsantell/gl-preserve-state/issues"
|
|
},
|
|
"homepage": "https://github.com/jsantell/gl-preserve-state#readme"
|
|
}
|