UNPKG

rollup-plugin-glslify

Version:
38 lines (37 loc) 822 B
{ "name": "rollup-plugin-glslify", "version": "1.3.1", "description": "Import GLSL strings with glslify", "homepage": "https://github.com/glslify/rollup-plugin-glslify#readme", "keywords": [ "rollup", "plugin", "glsl", "glslify", "shaders" ], "author": "pschroen", "repository": { "type": "git", "url": "https://github.com/glslify/rollup-plugin-glslify" }, "bugs": { "url": "https://github.com/glslify/rollup-plugin-glslify/issues" }, "license": "MIT", "main": "index.js", "scripts": { "lint": "eslint .", "test": "node ./test/index.js" }, "dependencies": { "glslify": "^7.1.1", "rollup-pluginutils": "^2.8.2" }, "devDependencies": { "eslint": "^8.23.1", "glsl-noise": "0.0.0", "rollup": "^2.79.0", "tape": "^5.6.0" } }